Merge "Update setup.cfg"

This commit is contained in:
Jenkins 2016-12-27 21:19:29 +00:00 committed by Gerrit Code Review
commit 44baec339f
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,9 @@
[metadata]
name = almanach
url = https://github.com/internap/almanach
url = https://almanach.readthedocs.io/
author = Internap Hosting
author-email = opensource@internap.com
home-page = https://github.com/internap/almanach
home-page = https://almanach.readthedocs.io/
license = Apache-2
summary = Stores usage of OpenStack volumes and instances for each tenant
description-file =
@ -17,6 +17,8 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =
@ -31,11 +33,10 @@ console_scripts =
tempest.test_plugins =
almanach_tests = almanach.tests.tempest.plugin:AlmanachTempestPlugin
[nosetests]
no-path-adjustment = 1
logging-level = DEBUG
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1