diff --git a/requirements.txt b/requirements.txt index f2765b5..f915b30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index e69de29..ecbb813 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index ce14d42..b9cb0b2 100644 --- a/setup.py +++ b/setup.py @@ -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, )