diff --git a/setup.py b/setup.py index c024231d9d24093f1088f5731edbecdb4dc799ab..5fe163f8c24d933cda6969a9b483faf1d8b41137 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup(name='python-kadmin', version='0.1', description='Python module for kerberos admin (kadm5)', url='https://github.com/russjancewicz/python-kadmin', + download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.0.1', author='Russell Jancewicz', author_email='russell.jancewicz@gmail.com', license='MIT', @@ -51,7 +52,7 @@ setup(name='python-kadmin', "Programming Language :: C", "Programming Language :: Python", "Programming Language :: YACC", - "License :: OSI Approved :: MIT" + "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration :: Authentication/Directory", ] @@ -61,6 +62,7 @@ setup(name='python-kadmin-local', version='0.1', description='Python module for kerberos admin (kadm5) via root local interface', url='https://github.com/russjancewicz/python-kadmin', + download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.0.1', author='Russell Jancewicz', author_email='russell.jancewicz@gmail.com', license='MIT', @@ -92,7 +94,7 @@ setup(name='python-kadmin-local', "Programming Language :: C", "Programming Language :: Python", "Programming Language :: YACC", - "License :: OSI Approved :: MIT" + "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration :: Authentication/Directory", ]