1
0
Fork 0
forked from github/pelican

Merge pull request #2136 from jorgesumle/setup

Add Python 3.6 classifier to setup.py
This commit is contained in:
Justin Mayer 2017-04-16 12:38:09 -07:00 committed by GitHub
commit 5f1d5c4b88

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',
],