From 0aae3acb5b789112e11cfad82ac10b8249108c28 Mon Sep 17 00:00:00 2001 From: Russell Jancewicz <russell.jancewicz@gmail.com> Date: Tue, 6 Jan 2015 14:19:51 -0500 Subject: [PATCH] modify setup.cfg to have correct licence info and download_url --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c024231..5fe163f 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", ] -- GitLab