We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce3029 + 3bdb2b8 commit acdc52aCopy full SHA for acdc52a
setup.py
@@ -8,13 +8,13 @@
8
description='Read access to Windows Registry files.',
9
author='Willi Ballenthin',
10
author_email='[email protected]',
11
- url='http://www.williballenthin.com/registry/',
+ url='https://github.com/williballenthin.com/python-registry/',
12
license='Apache License (2.0)',
13
packages=['Registry'],
14
classifiers = ["Programming Language :: Python",
15
"Programming Language :: Python :: 3",
16
"Operating System :: OS Independent",
17
"License :: OSI Approved :: Apache Software License"],
18
- install_requires=['enum-compat','unicodecsv']
+ install_requires=['enum-compat', 'unicodecsv']
19
)
20
0 commit comments