Update setup.cfg
Change-Id: I7dd6b336aa7f7cd2f9812dab4b0251d8ad48c119
This commit is contained in:
parent
1d007ad09f
commit
0a098d2399
13
setup.cfg
13
setup.cfg
@ -1,9 +1,9 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = almanach
|
name = almanach
|
||||||
url = https://github.com/internap/almanach
|
url = https://almanach.readthedocs.io/
|
||||||
author = Internap Hosting
|
author = Internap Hosting
|
||||||
author-email = opensource@internap.com
|
author-email = opensource@internap.com
|
||||||
home-page = https://github.com/internap/almanach
|
home-page = https://almanach.readthedocs.io/
|
||||||
license = Apache-2
|
license = Apache-2
|
||||||
summary = Stores usage of OpenStack volumes and instances for each tenant
|
summary = Stores usage of OpenStack volumes and instances for each tenant
|
||||||
description-file =
|
description-file =
|
||||||
@ -17,6 +17,8 @@ classifier =
|
|||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX
|
Operating System :: POSIX
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
|
Programming Language :: Python :: 3.4
|
||||||
|
Programming Language :: Python :: 3.5
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
@ -31,11 +33,10 @@ console_scripts =
|
|||||||
tempest.test_plugins =
|
tempest.test_plugins =
|
||||||
almanach_tests = almanach.tests.tempest.plugin:AlmanachTempestPlugin
|
almanach_tests = almanach.tests.tempest.plugin:AlmanachTempestPlugin
|
||||||
|
|
||||||
[nosetests]
|
|
||||||
no-path-adjustment = 1
|
|
||||||
logging-level = DEBUG
|
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
all_files = 1
|
all_files = 1
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user