almanach/setup.cfg
Frédéric Guillot 6a3812cf1b Fix gate docs-ubuntu-xenial
Change-Id: I429724d76b46dfc318b8a4212a5658cdf9de9865
2016-09-21 18:01:15 -04:00

37 lines
916 B
INI

[metadata]
name = almanach
url = https://github.com/internap/almanach
author = Internap Hosting
author-email = opensource@internap.com
home-page = https://github.com/internap/almanach
license = Apache-2
summary = Stores usage of OpenStack volumes and instances for each tenant
description-file =
README.rst
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
[files]
packages =
almanach
[entry_points]
console_scripts =
almanach = almanach.cli:run
[nosetests]
no-path-adjustment = 1
logging-level = DEBUG
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source