Cleanup setup.cfg/tox.ini file

* change author to OpenStack
* change mail address to openstack-dev@lists.openstack.org
* change syntax of README file from MD to RST
* remove Python 2.6, Python 3.3

Change-Id: Ic172c67cd5791914157f01759f48b1a844eaef7c
This commit is contained in:
Christian Berendt 2016-08-24 13:43:31 +02:00
parent 3986ef29c4
commit 6cb2904cda
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