summaryrefslogtreecommitdiff
path: root/setuptools/command/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestions from code reviewAnderson Bravalheri2023-03-191-1/+1
| | | Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
* Use new warnings in setuptools/command/build.pyAnderson Bravalheri2023-03-071-8/+11
|
* Typo correctionsBrett M. Morris2022-10-311-2/+2
|
* Safeguard editable installs against build_py errorsAnderson Bravalheri2022-08-121-2/+2
|
* Fix grammar problems with paragraph in docsAnderson Bravalheri2022-07-031-1/+1
|
* Add interfaces to docsAnderson Bravalheri2022-06-251-14/+14
|
* sdist: Add files from build subcommands (get_source_files)Anderson Bravalheri2022-06-251-0/+16
|
* Add docstrings for command classesAnderson Bravalheri2022-06-241-1/+107
|
* 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.