Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply suggestions from code review | Anderson Bravalheri | 2023-03-19 | 1 | -1/+1 |
| | | | Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> | ||||
* | Use new warnings in setuptools/command/build.py | Anderson Bravalheri | 2023-03-07 | 1 | -8/+11 |
| | |||||
* | Typo corrections | Brett M. Morris | 2022-10-31 | 1 | -2/+2 |
| | |||||
* | Safeguard editable installs against build_py errors | Anderson Bravalheri | 2022-08-12 | 1 | -2/+2 |
| | |||||
* | Fix grammar problems with paragraph in docs | Anderson Bravalheri | 2022-07-03 | 1 | -1/+1 |
| | |||||
* | Add interfaces to docs | Anderson Bravalheri | 2022-06-25 | 1 | -14/+14 |
| | |||||
* | sdist: Add files from build subcommands (get_source_files) | Anderson Bravalheri | 2022-06-25 | 1 | -0/+16 |
| | |||||
* | Add docstrings for command classes | Anderson Bravalheri | 2022-06-24 | 1 | -1/+107 |
| | |||||
* | Improve warning message | Anderson Bravalheri | 2022-06-13 | 1 | -1/+1 |
| | |||||
* | Test that users are informed about subcommands in distutils | Anderson Bravalheri | 2022-06-09 | 1 | -1/+1 |
| | |||||
* | separate subcommands for setuptools class | Isuru Fernando | 2022-06-09 | 1 | -1/+20 |
| | | | | Original author: Anderson Bravalheri | ||||
* | Fix flake8 error | Anderson Bravalheri | 2022-04-11 | 1 | -0/+1 |
| | |||||
* | Add setuptools.command.build | Isuru Fernando | 2022-04-07 | 1 | -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. |