Merge "Cleanup setup.cfg/tox.ini file"

This commit is contained in:
Jenkins 2016-09-17 02:56:23 +00:00 committed by Gerrit Code Review
commit 512b05e2ea
4 changed files with 8 additions and 6 deletions

View File

@ -1 +0,0 @@
Set of Python scripts to help monitoring of OpenStack services.

View File

@ -0,0 +1,5 @@
========================
monitoring-for-openstack
========================
Set of Python scripts to help monitoring of OpenStack services.

View File

@ -3,8 +3,8 @@ name = monitoring-for-openstack
version = 1.0.1
summary = OpenStack monitoring tools
description-file = README.md
author = eNovance
author-email = techs@enovance.com
author = OpenStack
author-email = openstack-dev@lists.openstack.org
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -13,9 +13,7 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: System :: Monitoring

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py26,py27,pep8
envlist = py34,py27,pep8
[testenv]
usedevelop = True