Add Python 3.6 classifier to setup.py

This commit is contained in:
Jorge Maldonado Ventura 2017-04-16 13:45:45 +02:00
commit 77faffa6f7

View file

@ -63,6 +63,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],