From 5fa7a4e57e55e3e91e4af3ce0fa050ab01831ce2 Mon Sep 17 00:00:00 2001 From: adrian-turjak Date: Tue, 23 May 2017 12:00:42 +1200 Subject: [PATCH] update version and package name * 'adjutant' is taken, so renaming the package to 'python-adjutant'. * This pypi package is needed for ease of testing plugins as they need to import core stacktask features to run tests. Change-Id: I08f87ee2ab2ab7ae624cf24eae5801a857681737 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', ],