2016-03-25 11:30:58 -04:00
|
|
|
[metadata]
|
|
|
|
name = almanach
|
2016-12-27 16:07:58 -05:00
|
|
|
url = https://almanach.readthedocs.io/
|
2016-03-25 11:30:58 -04:00
|
|
|
author = Internap Hosting
|
|
|
|
author-email = opensource@internap.com
|
2016-12-27 16:07:58 -05:00
|
|
|
home-page = https://almanach.readthedocs.io/
|
2016-03-29 11:58:40 -04:00
|
|
|
license = Apache-2
|
2016-03-25 11:30:58 -04:00
|
|
|
summary = Stores usage of OpenStack volumes and instances for each tenant
|
|
|
|
description-file =
|
2016-08-17 17:11:32 -04:00
|
|
|
README.rst
|
2016-03-25 11:30:58 -04:00
|
|
|
classifier =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
Intended Audience :: Telecommunications Industry
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX
|
|
|
|
Programming Language :: Python :: 2.7
|
2016-12-27 16:07:58 -05:00
|
|
|
Programming Language :: Python :: 3.4
|
|
|
|
Programming Language :: Python :: 3.5
|
2016-03-25 11:30:58 -04:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
almanach
|
|
|
|
|
|
|
|
[entry_points]
|
2016-10-12 17:48:43 -04:00
|
|
|
oslo.config.opts =
|
|
|
|
almanach = almanach.core.opts:list_opts
|
2016-03-25 11:30:58 -04:00
|
|
|
console_scripts =
|
2016-10-12 17:48:43 -04:00
|
|
|
almanach-api = almanach.api.main:main
|
|
|
|
almanach-collector = almanach.collector.main:main
|
2016-11-25 16:37:53 -05:00
|
|
|
tempest.test_plugins =
|
|
|
|
almanach_tests = almanach.tests.tempest.plugin:AlmanachTempestPlugin
|
2016-03-25 11:30:58 -04:00
|
|
|
|
2016-09-21 18:01:15 -04:00
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
2016-12-27 16:07:58 -05:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|