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

View File

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