summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-04-22 16:36:04 +0200
committerVictor Stinner <vstinner@redhat.com>2015-04-22 17:15:03 +0200
commit8cd4564254a7123adf315400f9775a642d80d9b9 (patch)
treee02d78f31cdf7fdc583e554f155fd48d2756026c /setup.cfg
parente36913c09903f25788c7b8ab9bb8f7d2a58d20e1 (diff)
downloadoslo-db-8cd4564254a7123adf315400f9775a642d80d9b9.tar.gz
Add Python 3 classifiers to setup.cfg
Add Python 3, 3.3 and 3.4 classifiers. The "Python :: 3" classifier is needed by the caniusepython3 tool to check if dependencies of a project are Python 3 compatible: https://caniusepython3.com/ Information on the Python 3 port of OpenStack: https://wiki.openstack.org/wiki/Python3 Change-Id: I2a0c8d7c3ab3c97a945a49b64a56341c35ec5536
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4e9172b..5a2c6f8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,9 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.3
+ Programming Language :: Python :: 3.4
[files]
packages =