To fully understand packaging, it’s good to know how it started. This can explain why Python has so many ways of packaging.
In this brief history, you’ll learn:
- How Python started and how packaging became a problem
- What
distutilsis and how it’s being deprecated - Why
setuptoolsis replacingdistutils - What PEPs have to say about Python packaging
You can also Get to Know Python Packaging in this Real Python tutorial.
