]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add python 3.4 tag to setup.py
authorBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 19:17:57 +0000 (14:17 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 19:17:57 +0000 (14:17 -0500)
setup.py

index 5be36375259852af8bbd632f253a78536e35bb06..db0018b9f27bfef619ceacbab2ba0d7d29a60ae2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -166,6 +166,7 @@ setup(
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         ],