From 0dee462ea9aec6c93af63a917035d42d25ce6e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Albert?= Date: Thu, 7 Aug 2014 19:35:42 +0200 Subject: [PATCH] Setup and dist modifications Renamed ckitty-orchestrator to cloudkitty-processor. Updated requirements for future needs. Change-Id: I2e35bb15e64d095d47314cc234fc2a701130655a --- requirements.txt | 8 ++++++++ setup.cfg | 26 +++++++++++++++++++------- test-requirements.txt | 5 +++++ 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8590fdb7..f579c047 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,14 @@ python-ceilometerclient python-keystoneclient iso8601 +PasteDeploy==1.5.2 +pecan==0.5.0 +wsme oslo.config>=1.2.0 +oslo.messaging +oslo.db +oslo.i18n +sqlalchemy pbr>=0.6,<1.0 six>=1.7.0 +stevedore diff --git a/setup.cfg b/setup.cfg index eef076e5..2fa03074 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,20 +1,32 @@ [metadata] name = cloudkitty -version = 0.1 summary = OpenStack Billing and Usage Reporter - -[global] -setup-hooks = - pbr.hooks.setup_hook +description-file = + README.rst +classifier = + Environment :: OpenStack + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 2.6 [files] -packages = cloudkitty +packages = + cloudkitty [entry_points] console_scripts = - ckitty-orchestrator = cloudkitty.orchestrator:main + cloudkitty-processor = cloudkitty.orchestrator:main [build_sphinx] all_files = 1 build-dir = doc/build source-dir = doc/source + +[global] +setup-hooks = + pbr.hooks.setup_hook diff --git a/test-requirements.txt b/test-requirements.txt index c86d9ce0..74649497 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,3 +6,8 @@ mock>=1.0 sphinx>=1.1.2,<1.2 oslosphinx oslotest + +sphinxcontrib-docbookrestapi +sphinxcontrib-httpdomain +sphinxcontrib-pecanwsme>=0.8 +docutils==0.9.1