summaryrefslogtreecommitdiff
path: root/setuptools/command/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve warning messageAnderson Bravalheri2022-06-131-1/+1
|
* Test that users are informed about subcommands in distutilsAnderson Bravalheri2022-06-091-1/+1
|
* separate subcommands for setuptools classIsuru Fernando2022-06-091-1/+20
| | | | Original author: Anderson Bravalheri
* Fix flake8 errorAnderson Bravalheri2022-04-111-0/+1
|
* Add setuptools.command.buildIsuru Fernando2022-04-071-0/+4
In order to override distutils.command.build on downstream projects it is good to have a setuptools specific command which allows downstream projects to avoid importing distutils.