Change metadata and remove support for Py26

This commit is contained in:
Alvaro Lopez Garcia 2015-02-25 23:02:27 +01:00
parent bfb714ccfe
commit 0badad81a4
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
===============================
ooi
===============================
=============================
ooi: OpenStack OCCI Interface
=============================
OOI: OpenStack OCCI Interface
@ -11,4 +11,4 @@ OOI: OpenStack OCCI Interface
Features
--------
* TODO
* TODO

View File

@ -14,7 +14,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
@ -42,4 +41,4 @@ input_file = ooi/locale/ooi.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = ooi/locale/ooi.pot
output_file = ooi/locale/ooi.pot

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py26,py27,pypy,pep8
envlist = py33,py27,pep8
skipsdist = True
[testenv]
@ -31,4 +31,4 @@ commands = python setup.py build_sphinx
show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build