Add Python 3.7 to setup.py (resolves #2505)

This commit is contained in:
ines 2018-07-04 14:53:51 +02:00
parent 63666af328
commit 83e88553d4
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ def setup_package():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering'],
cmdclass = {
'build_ext': build_ext_subclass},