wilfredinni / python-cheatsheet

All-inclusive Python cheatsheet
https://www.pythoncheatsheet.org
MIT License
4.25k stars 1.28k forks source link

Suggestion: Change topic `setup.py` to `Packaging` #364

Open cdubos-fr opened 8 months ago

cdubos-fr commented 8 months ago

In my opinion, setup.py is to restrictive as topic name, and not relevant for Python beginner.

Also, To be able to include pyproject.toml specification (PEP-517, PEP-518, PEP-660), changing the topic name is usefull.

Instead, I suggest to use Packaging as topic.