diff --git a/setup.cfg b/setup.cfg index 60029bd..6e282a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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