Merge pull request #5555 from jdufresne/trove

Add trove classifier for Python 3.6 support.
This commit is contained in:
Xavier Ordoquy 2017-11-04 09:49:20 +01:00 committed by GitHub
commit 5455771cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
]
)