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
|
||||
eventlet>=0.13.0
|
||||
http://tarballs.openstack.org/taskflow/taskflow-master.tar.gz
|
||||
pyyaml
|
||||
pecan>=0.2.0
|
||||
WSME>=0.5b6
|
||||
|
13
setup.cfg
13
setup.cfg
@ -2,8 +2,10 @@
|
||||
name = mistral
|
||||
version = 0.01
|
||||
summary = Mistral Project
|
||||
description-file = README.rd
|
||||
#license = Apache Software License
|
||||
description-file =
|
||||
README.rst
|
||||
license = Apache License, Version 2.0
|
||||
home-page = https://launchpad.net/mistral
|
||||
classifiers =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
@ -13,15 +15,10 @@ classifiers =
|
||||
Intended Audience :: System Administrators
|
||||
#License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
author = OpenStack
|
||||
author = Openstack Mistral Team
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
|
||||
[files]
|
||||
packages =
|
||||
mistral
|
||||
|
||||
[nosetests]
|
||||
cover-package = mistral
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
|
Loading…
Reference in New Issue
Block a user