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

pull/325/head^2^2
Matt Westcott 2014-07-02 17:17:25 +01:00
rodzic ab486a526a
commit 442286463f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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',
],