Add Python 3.5 version in setup.

This commit is contained in:
Ignacio Fiorentino 2016-10-28 15:30:47 -03:00
parent d2e2c66d81
commit b442dbf979

View file

@ -30,6 +30,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],