add py3.5 to classifiers

This commit is contained in:
j 2016-06-08 15:50:57 +02:00
parent 77f8876fca
commit fa7f83e8c6

View file

@ -60,6 +60,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)