This website requires JavaScript.
Explore
Help
Register
Sign In
explosion
/
spaCy
Watch
1
Star
1
Fork
0
You've already forked spaCy
mirror of
https://github.com/explosion/spaCy.git
synced
2024-11-11 12:18:04 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71b93f33bb
spaCy
/
pyproject.toml
4 lines
81 B
TOML
Raw
Normal View
History
Unescape
Escape
Build metadata modernization - pyproject.toml and python_requires (#3167) * Added pyproject.toml This adds the build requirements metadata to the repo, which can be used with any build tools that implement PEP 517 and PEP 518 (e.g. pip, tox). It is no longer necessary to have the build dependencies installed when installing from source. * Add python_requires for 2.7, 3.4+ This directive specifies in the build metadata which version of CPython is supported by this version of spaCy, which pip will take into account when determining what version to download. This will allow you to safely drop old versions of Python without `pip install spaCy` breaking for those versions. * Add Python 3.7 to the trove classifiers
2019-01-16 19:42:09 +03:00
[
build-system
]
Move setup requirements to setup.cfg
2019-10-01 01:25:46 +03:00
requires
=
[
"setuptools"
]
Build metadata modernization - pyproject.toml and python_requires (#3167) * Added pyproject.toml This adds the build requirements metadata to the repo, which can be used with any build tools that implement PEP 517 and PEP 518 (e.g. pip, tox). It is no longer necessary to have the build dependencies installed when installing from source. * Add python_requires for 2.7, 3.4+ This directive specifies in the build metadata which version of CPython is supported by this version of spaCy, which pip will take into account when determining what version to download. This will allow you to safely drop old versions of Python without `pip install spaCy` breaking for those versions. * Add Python 3.7 to the trove classifiers
2019-01-16 19:42:09 +03:00
build-backend
=
"setuptools.build_meta"
Reference in New Issue
Copy Permalink