summaryrefslogtreecommitdiff
path: root/setuptools/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Add expectations about multiple packages for discoveryAnderson Bravalheri2022-03-181-11/+29
|
* Expose distutils errorsAnderson Bravalheri2021-11-051-0/+24
| | | | | As mentioned in #2698, exposing distutil errors via setuptools help the migration stated by PEP 632.
* Remove "upload" and "register" commands.Paul Ganssle2019-11-021-0/+16
The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine.