Skip to content
Snippets Groups Projects
Commit 0aae3acb authored by Russell Jancewicz's avatar Russell Jancewicz
Browse files

modify setup.cfg to have correct licence info and download_url

parent b5da75e1
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ setup(name='python-kadmin', ...@@ -20,6 +20,7 @@ setup(name='python-kadmin',
version='0.1', version='0.1',
description='Python module for kerberos admin (kadm5)', description='Python module for kerberos admin (kadm5)',
url='https://github.com/russjancewicz/python-kadmin', url='https://github.com/russjancewicz/python-kadmin',
download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.0.1',
author='Russell Jancewicz', author='Russell Jancewicz',
author_email='russell.jancewicz@gmail.com', author_email='russell.jancewicz@gmail.com',
license='MIT', license='MIT',
...@@ -51,7 +52,7 @@ setup(name='python-kadmin', ...@@ -51,7 +52,7 @@ setup(name='python-kadmin',
"Programming Language :: C", "Programming Language :: C",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: YACC", "Programming Language :: YACC",
"License :: OSI Approved :: MIT" "License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration :: Authentication/Directory", "Topic :: System :: Systems Administration :: Authentication/Directory",
] ]
...@@ -61,6 +62,7 @@ setup(name='python-kadmin-local', ...@@ -61,6 +62,7 @@ setup(name='python-kadmin-local',
version='0.1', version='0.1',
description='Python module for kerberos admin (kadm5) via root local interface', description='Python module for kerberos admin (kadm5) via root local interface',
url='https://github.com/russjancewicz/python-kadmin', url='https://github.com/russjancewicz/python-kadmin',
download_url='https://github.com/russjancewicz/python-kadmin/tarball/0.0.1',
author='Russell Jancewicz', author='Russell Jancewicz',
author_email='russell.jancewicz@gmail.com', author_email='russell.jancewicz@gmail.com',
license='MIT', license='MIT',
...@@ -92,7 +94,7 @@ setup(name='python-kadmin-local', ...@@ -92,7 +94,7 @@ setup(name='python-kadmin-local',
"Programming Language :: C", "Programming Language :: C",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: YACC", "Programming Language :: YACC",
"License :: OSI Approved :: MIT" "License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration :: Authentication/Directory", "Topic :: System :: Systems Administration :: Authentication/Directory",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment