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
This commit is contained in:
parent
51eda877f4
commit
5fa7a4e57e
6
setup.py
6
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',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user