summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index c7e230f..695bfa0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://www.openstack.org/
+home-page = http://docs.openstack.org/developer/ceilometermiddleware
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -16,8 +16,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
[files]
packages =
diff --git a/tox.ini b/tox.ini
index 96d19de..f5e8bbe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
-envlist = py33,py34,py27,pypy,pep8
+envlist = py34,py35,py27,pypy,pep8
skipsdist = True
[testenv]