Open
Description
Documentation
https://docs.python.org/3/distutils/index.html has this disclaimer
This document is being retained solely until the setuptools documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html independently covers all of the relevant information currently included here.
I couldn't find anywhere tracking progress towards having that coverage in setuptools docs, so that's the purpose of this issue. I'm not sure whether there needs to be a consensus, or how to make the decision to check off a chapter as fully replaced.
- 1. An Introduction to Distutils](https://docs.python.org/3/distutils/introduction.html)
- 2. Writing the Setup Script](https://docs.python.org/3/distutils/setupscript.html)
- 3. Writing the Setup Configuration File](https://docs.python.org/3/distutils/configfile.html)
- 4. Creating a Source Distribution](https://docs.python.org/3/distutils/sourcedist.html)
- 5 Creating Built Distributions](https://docs.python.org/3/distutils/builtdist.html)
- 6. Distutils Examples](https://docs.python.org/3/distutils/examples.html)
- 7. Extending Distutils](https://docs.python.org/3/distutils/extending.html)
- 8. Command Reference](https://docs.python.org/3/distutils/commandref.html)
- 9 API Reference](https://docs.python.org/3/distutils/apiref.html)
This issue can track work being done in the setuptools docs: pypa/setuptools#3401