Add Python 3.6 to the PyPI classifiers section
This commit is contained in:
parent
42e7c9ab03
commit
af939b05fb
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue