diff --git a/setup.py b/setup.py index 8b048fe..de805a5 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ with open('package_readme.rst') as file: long_description = file.read() setup( - name='adjutant', + name='python-adjutant', - version='0.2.0', + version='0.2.1', description='An admin task workflow service for openstack.', long_description=long_description, url='https://github.com/catalyst/adjutant', @@ -21,7 +21,7 @@ setup( 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: Apache Software License', - 'Framework :: Django :: 1.8', + 'Framework :: Django :: 1.11', 'Programming Language :: Python :: 2.7', 'Environment :: OpenStack', ],