You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose transitioning to using just a pyproject.toml file, following PEP 621 and PEP 631.
For an example of a package that uses pyproject.toml exclusively, see pdf2sents, a component for the SCIM feature. As you can see from its pyproject.toml, all dependencies, package metadata, and even configuration for plug-ins such as black and mypy are all part of the TOML file.
Installation procedure via pip is unchanged.
The text was updated successfully, but these errors were encountered:
I propose transitioning to using just a
pyproject.toml
file, following PEP 621 and PEP 631.For an example of a package that uses
pyproject.toml
exclusively, see pdf2sents, a component for the SCIM feature. As you can see from itspyproject.toml
, all dependencies, package metadata, and even configuration for plug-ins such asblack
andmypy
are all part of the TOML file.Installation procedure via
pip
is unchanged.The text was updated successfully, but these errors were encountered: