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

Merge pull request #25 from russjancewicz/pypi

pypi
parents c3fa61ac 0aae3acb
Branches
Tags
No related merge requests found
[metadata]
description-file = README.md
......@@ -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",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment