Add Python 3.6 to the PyPI classifiers section

This commit is contained in:
Drew Hubl 2017-05-18 07:02:18 -06:00
parent 42e7c9ab03
commit af939b05fb

View file

@ -47,6 +47,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
license="LGPL 3",
keywords="django,multiple,select,field,choices",