From: Ɓukasz Langa Date: Wed, 1 May 2013 16:30:46 +0000 (+0200) Subject: Remove Python 3.1 and 3.2 from the trove classifiers in setup.py X-Git-Tag: v1.2.1~2^2~10^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e825acd9b730632623984f14cd0f3f2c0cbf45f;p=services%2Fpython-requests.git Remove Python 3.1 and 3.2 from the trove classifiers in setup.py --- diff --git a/.gitignore b/.gitignore index e1ea2a6..60eb6c6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ nosetests.xml junit-report.xml pylint.txt toy.py +tox.ini violations.pyflakes.txt cover/ build/ diff --git a/setup.py b/setup.py index 64e305b..3425a41 100755 --- a/setup.py +++ b/setup.py @@ -51,9 +51,7 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - # 'Programming Language :: Python :: 3.0', - 'Programming Language :: Python :: 3.1', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + ), )