From: Ben Darnell Date: Mon, 30 Dec 2013 19:17:57 +0000 (-0500) Subject: Add python 3.4 tag to setup.py X-Git-Tag: v3.2.0b1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2cf0e2026d6057abe6aa1873c7fd9aa2417243;p=thirdparty%2Ftornado.git Add python 3.4 tag to setup.py --- diff --git a/setup.py b/setup.py index 5be363752..db0018b9f 100644 --- 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', ],