summaryrefslogtreecommitdiff
path: root/pydoc.py
AgeCommit message (Collapse)Author
2022-02-08support single-file packagesMartin Fischer
2022-02-07detect package_dir from setup.cfgMartin Fischer
2022-02-07check find_packages even when not running pydoctorMartin Fischer
Helps finding package detection problems.
2022-02-07support .zip archivesMartin Fischer
For some reason the numpy source dist uses .zip.
2022-02-07make docformat default to restructuredtextMartin Fischer
2022-02-07initial commitMartin Fischer