summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-03-19 19:25:59 +0000
committerAsk Solem <ask@celeryproject.org>2014-03-19 19:25:59 +0000
commit54198c62ed2d966bb16671e4dcc6934cdf05bc53 (patch)
tree3485f3faf1db49be9510bae0e333c01e741d98c5 /setup.py
parentc043f9f81c72e520d07a6fa40f0842d191aca52e (diff)
downloadkombu-54198c62ed2d966bb16671e4dcc6934cdf05bc53.tar.gz
Adds Trove classifier for Python 3.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7ee3fc2f..e0cbe40c 100644
--- a/setup.py
+++ b/setup.py
@@ -157,6 +157,7 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2.6',