almanach/setup.cfg
Frédéric Guillot 4f9fe41f51 Convert Markdown to reStructuredText format
Change-Id: I8094a23cc6d32c6fc280b89a2633dd80b001398a
2016-08-17 17:11:52 -04:00

32 lines
840 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