Fixed issue with tarballs.
Closes-Bug: #1271068 Change-Id: I6f3035b19655313bb481650af69d9681cae02cb7
This commit is contained in:
parent
4f7ba4402d
commit
d25e1de5cc
@ -1,6 +1,5 @@
|
|||||||
pbr>=0.5.21,<1.0
|
pbr>=0.5.21,<1.0
|
||||||
eventlet>=0.13.0
|
eventlet>=0.13.0
|
||||||
http://tarballs.openstack.org/taskflow/taskflow-master.tar.gz
|
|
||||||
pyyaml
|
pyyaml
|
||||||
pecan>=0.2.0
|
pecan>=0.2.0
|
||||||
WSME>=0.5b6
|
WSME>=0.5b6
|
||||||
|
13
setup.cfg
13
setup.cfg
@ -2,8 +2,10 @@
|
|||||||
name = mistral
|
name = mistral
|
||||||
version = 0.01
|
version = 0.01
|
||||||
summary = Mistral Project
|
summary = Mistral Project
|
||||||
description-file = README.rd
|
description-file =
|
||||||
#license = Apache Software License
|
README.rst
|
||||||
|
license = Apache License, Version 2.0
|
||||||
|
home-page = https://launchpad.net/mistral
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
@ -13,15 +15,10 @@ classifiers =
|
|||||||
Intended Audience :: System Administrators
|
Intended Audience :: System Administrators
|
||||||
#License :: OSI Approved :: Apache Software License
|
#License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
author = OpenStack
|
author = Openstack Mistral Team
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
mistral
|
mistral
|
||||||
|
|
||||||
[nosetests]
|
|
||||||
cover-package = mistral
|
|
||||||
|
|
||||||
[extract_messages]
|
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
|
||||||
|
Loading…
Reference in New Issue
Block a user