Skip to content

Commit acdc52a

Browse files
Merge pull request #93 from mgedmin/patch-1
GitHub is now the canonical location for the project
2 parents 2ce3029 + 3bdb2b8 commit acdc52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
description='Read access to Windows Registry files.',
99
author='Willi Ballenthin',
1010
author_email='[email protected]',
11-
url='http://www.williballenthin.com/registry/',
11+
url='https://github.com/williballenthin.com/python-registry/',
1212
license='Apache License (2.0)',
1313
packages=['Registry'],
1414
classifiers = ["Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
1616
"Operating System :: OS Independent",
1717
"License :: OSI Approved :: Apache Software License"],
18-
install_requires=['enum-compat','unicodecsv']
18+
install_requires=['enum-compat', 'unicodecsv']
1919
)
2020

0 commit comments

Comments
 (0)