summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/_run_cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* remove the utils moduleRonny Pfannschmidt2023-03-291-0/+24
| | | | | move command utils to _run_cmd move data_from_mime to integration
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-8/+17
|
* fix: use fspath to protect windows from path objectsRonny Pfannschmidt2023-03-111-0/+2
|
* refactor: command running - migrate more code to itRonny Pfannschmidt2023-03-111-0/+3
|
* refactor: unify command running apisRonny Pfannschmidt2023-03-111-0/+3
| | | | | | | introduces the _run_cmd private module which is used across the board starts to remove use of the do/do_ex which predate
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-0/+96