Setup and dist modifications

Renamed ckitty-orchestrator to cloudkitty-processor.
Updated requirements for future needs.

Change-Id: I2e35bb15e64d095d47314cc234fc2a701130655a
This commit is contained in:
Stéphane Albert 2014-08-07 19:35:42 +02:00
parent ff9c384f72
commit 0dee462ea9
3 changed files with 32 additions and 7 deletions

View File

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

View File

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

View File

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