43 lines
1.2 KiB
INI
Raw Normal View History

2016-03-25 11:30:58 -04:00
[metadata]
name = almanach
url = https://almanach.readthedocs.io/
2016-03-25 11:30:58 -04:00
author = Internap Hosting
author-email = opensource@internap.com
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 =
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
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
2016-03-25 11:30:58 -04:00
[files]
packages =
almanach
[entry_points]
oslo.config.opts =
almanach = almanach.core.opts:list_opts
2016-03-25 11:30:58 -04:00
console_scripts =
almanach-api = almanach.api.main:main
almanach-collector = almanach.collector.main:main
tempest.test_plugins =
almanach_tests = almanach.tests.tempest.plugin:AlmanachTempestPlugin
2016-03-25 11:30:58 -04:00
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1