Fixed issue with tarballs.

Closes-Bug: #1271068

Change-Id: I6f3035b19655313bb481650af69d9681cae02cb7
This commit is contained in:
TimurNurlygayanov 2014-01-20 21:29:32 +04:00
parent 4f7ba4402d
commit d25e1de5cc
4 changed files with 7 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -19,4 +19,5 @@
import setuptools
setuptools.setup(
name="mistral")
setup_requires=['pbr'],
pbr=True)