Add tag for spaCy v3.6 compatibility

This commit is contained in:
Matthew Honnibal 2017-03-19 01:40:24 +01:00
parent 797f286c38
commit 9c17fb472f
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ def setup_package():
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'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',
'Topic :: Scientific/Engineering'], 'Topic :: Scientific/Engineering'],
cmdclass = { cmdclass = {
'build_ext': build_ext_subclass}, 'build_ext': build_ext_subclass},