Packaging Python Projects, Python Packaging Authority (PyPA), 2024 - Official PyPA tutorial detailing modern Python project packaging, including pyproject.toml for metadata, building wheels, and dependency declaration.
PEP 621 -- Storing project metadata in pyproject.toml, Brett Cannon, Dustin Ingram, Paul Ganssle, Pradyun Gedam, Sébastien Eustace, Thomas Kluyver, Tzu-ping Chung, 2020Python Enhancement Proposals - Defines the standard for specifying Python project metadata within pyproject.toml, which is central to modern packaging and build systems.
Structuring Your Project, Kenneth Reitz and Tanya Schlusser, 2024 - Offers practical guidance on organizing Python projects into a maintainable and scalable structure.