We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of importing setup.py, parse pyproject.toml for metadata. Auto-switch between modes, and prefer pyproject.toml.
setup.py
pyproject.toml
Cf. PEP 621 -- Storing project metadata in pyproject.toml | Python.org
Soecifically check all code that references setup.py or setup.cfg.
setup.cfg
The text was updated successfully, but these errors were encountered:
Refactored setup.py access and added poetry support sufficient for 'd…
7cd5c65
…ocs' task (cf. #52)
jhermann
No branches or pull requests
Instead of importing
setup.py
, parsepyproject.toml
for metadata. Auto-switch between modes, and preferpyproject.toml
.Cf. PEP 621 -- Storing project metadata in pyproject.toml | Python.org
Soecifically check all code that references
setup.py
orsetup.cfg
.The text was updated successfully, but these errors were encountered: