mirror of https://github.com/explosion/spaCy.git
Add tag for spaCy v3.6 compatibility
This commit is contained in:
parent
797f286c38
commit
9c17fb472f
1
setup.py
1
setup.py
|
@ -261,6 +261,7 @@ def setup_package():
|
|||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Scientific/Engineering'],
|
||||
cmdclass = {
|
||||
'build_ext': build_ext_subclass},
|
||||
|
|
Loading…
Reference in New Issue