Thoughts & notes on clean pyproject.toml
design.
A pyproject.toml Developer’s Cheat Sheet @ Better Programming / Medium
pyproject.toml
: the package's descriptor file, in which multiple properties are set. Properties declared in this file are recognized by package managers such aspip
and IDEs such as PyCharm, which means this is a must-have for modern Python packages.
Please make sure to take a moment and read the Code of Conduct.
Please report bugs and suggest features via the GitHub Issues.
Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.
Please make sure to read the Contributing Guide before making a pull request.