Page 1: Packaging Python Projects
Page 2: Packaging and distributing projects
The first states
"setup.py # optional, needed to make editable pip installs work"
The second states
"The most important file is setup.py which exists at the root of your project directory."
The first mentions pyproject.toml, whereas the second doesn't mention it at all.
I know that one's a "tutorial" and the other is a "guide", and the website states that guides have more detailed information. In this case it appears there's some detail in the tutorial that isn't in the guide.
Page 1: Packaging Python Projects
Page 2: Packaging and distributing projects
The first states
The second states
The first mentions pyproject.toml, whereas the second doesn't mention it at all.
I know that one's a "tutorial" and the other is a "guide", and the website states that guides have more detailed information. In this case it appears there's some detail in the tutorial that isn't in the guide.