From 8cc0778fe650742763e761b19f5b4f3e40c3b905 Mon Sep 17 00:00:00 2001 From: Ashwin Agate Date: Wed, 24 May 2017 13:04:49 -0700 Subject: [PATCH] Changes to setup cfg Removed version from setup.cfg to let pbr figure out version from git. Also made changes to author, author-email and added classifier. Change-Id: Ia006de9de437cb1763046f9daf7961ba86930f37 --- setup.cfg | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5c6ac79..3dd379a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,15 +1,19 @@ [metadata] name=monasca_transform +summary=Data Aggregation and Transformation component for Monasca description-file = README.md -keywords= - openstack - monitoring -license=Apache-2 -summary=Data aggregation for metrics -author=Calvin, Flint;Agate, Ashwin;Kennedy, David -author-email=monasca-transform@hpe.com -home-page=https://wiki.hpcloud.net/display/iaas/Spark+Evaluation -version=0.0.1 +author= OpenStack +author-email = openstack-dev@lists.openstack.org +home-page=https://wiki.openstack.org/wiki/Monasca/Transform +classifier = + Environment :: OpenStack + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 [wheel] universal = 1 @@ -39,13 +43,9 @@ setup-hooks = pbr.hooks.setup_hook [pbr] +warnerrors = True autodoc_index_modules = True -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0 - [build_sphinx] all_files = 1 build-dir = doc/build