Added support for Python 3.4 in setup.py classifiers

This commit is contained in:
Joffrey F 2014-06-21 02:19:56 +02:00
parent dead4ca547
commit dc1020fa11
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License',
],