0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

update setup.py with classifiers for Python3.3 and Python3.4

This commit is contained in:
Matt Westcott 2014-07-02 17:17:25 +01:00
parent ab486a526a
commit 442286463f

View File

@ -65,6 +65,8 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django',
'Topic :: Internet :: WWW/HTTP :: Site Management',
],