-
- Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Needs ImplementationIssues that are ready to be implemented.Issues that are ready to be implemented.documentationhelp wantedmajor
Description
When setuptools was first developed and its documentation was first written, it was assumed that you were already using distutils and that you would have read and understood the distutils documentation, which is why setuptools only documents additional keywords, not all the supported options.
However, distutils is deprecated now, and and the distutils documentation is all in legacy mode, plus it's super annoying when you don't know which one contains the keywords you care about.
To satisfy this ticket, we should reorganize the documentation in the following ways:
- Move the
keywordsdocumentation to their own separate documentation page. - Start moving all the documentation from the
distutils. This will be slow going, I imagine, because there does not seem to be a "keyword reference" ondistutils. I think you'll have to extract a lot of the values from this prose description, or possibly read thedistutilssource code itself.
jaraco and warsaw
Metadata
Metadata
Assignees
Labels
Needs ImplementationIssues that are ready to be implemented.Issues that are ready to be implemented.documentationhelp wantedmajor