Python build reasonableness, initial

This commit is contained in:
Jim Baker 2016-03-16 22:07:25 -06:00
parent bbf0843748
commit fd722dcd9f
3 changed files with 10 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# need to ensure Ansible, OSAD, TaskFlow, SQLAlchemy, misc
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr>=1.6 # Apache-2.0
pbr>=1.8.1 # Apache-2.0

View File

@ -0,0 +1,8 @@
[metadata]
name = craton
summary = Platform for fleet management for OpenStack
description-file =
README.rst
[upload_sphinx]
upload-dir = doc/build/html

View File

@ -3,6 +3,6 @@
from setuptools import setup
setup(
setup_requires=['pbr>=1.9', 'setuptools>=17.1'],
setup_requires=['pbr>=1.8.1', 'setuptools>=17.1'],
pbr=True,
)