mirror of
https://github.com/openkmip/pykmip
synced 2025-12-11 13:53:14 +00:00
PyKMIP - Release v0.0.1
This changes adds the final modifications needed for release v0.0.1 of the PyKMIP library. Packaging and licensing files are updated with current information and some minor file restructuring is done to ensure test suite integrity.
This commit is contained in:
3
setup.py
3
setup.py
@@ -22,9 +22,10 @@ setuptools.setup(
|
||||
keywords='KMIP',
|
||||
author='Peter Hamilton',
|
||||
author_email='peter.hamilton@jhuapl.edu',
|
||||
url='http://www.jhuapl.edu',
|
||||
url='https://github.com/OpenKMIP/PyKMIP',
|
||||
license='Apache License, Version 2.0',
|
||||
packages=setuptools.find_packages(exclude=["kmip.tests", "kmip.tests.*"]),
|
||||
package_data={'kmip': ['logconfig.ini']},
|
||||
classifiers=[
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
|
||||
Reference in New Issue
Block a user