2
0
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:
Peter Hamilton
2014-08-13 19:23:05 -04:00
parent 1cb6deaf0b
commit f0e3c26170
14 changed files with 128 additions and 8 deletions

View File

@@ -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",