add python 3.4 to setup.py classifiers

This commit is contained in:
Tadas Dailyda 2014-12-10 19:24:20 +00:00
parent edc74b6782
commit 1448d8fd33

View file

@ -65,5 +65,6 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
)