1
0
Fork 0
forked from github/pelican

Add 3.5 to setup.py tags

This commit is contained in:
derwinlu 2015-10-19 19:26:31 +02:00
commit c3f2e888a5

View file

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