summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/_integration
Commit message (Collapse)AuthorAgeFilesLines
* move setuptools integration to private subpackageRonny Pfannschmidt2023-05-091-0/+105
|
* bugfix: restore merge-lost encoding for setup.cfg loadingRonny Pfannschmidt2023-03-091-1/+1
|
* Merge remote-tracking branch 'upstream/debt/unused-code'Ronny Pfannschmidt2023-02-241-8/+2
|\
| * Merge branch 'main' into debt/unused-codeRonny Pfannschmidt2022-09-141-2/+0
| |\
| * | Remove IO parameter for read_dist_name_from_setup_cfg, which is unused and ↵Jason R. Coombs2022-08-191-6/+2
| | | | | | | | | | | | untested.
* | | pre-commit updatesRonny Pfannschmidt2023-02-121-1/+0
| | |
* | | introduce config overriesRonny Pfannschmidt2023-01-181-6/+5
| | | | | | | | | | | | toml based env vars
* | | Replace `del section[...]` with `section.pop(...)`Dimitri Papadopoulos2022-11-201-1/+1
| |/ |/| | | | | | | Addresses refurb alert: [FURB131]: Replace `del x[y]` with `x.pop(y)`
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-08-191-1/+1
| | | | | | | | for more information, see https://pre-commit.ci
* | Force encoding when reading setup.cfg. Fixes #760.Jason R. Coombs2022-08-191-1/+1
|/
* Use stdlib tomllib instead of tomli for Python 3.11+Hugo van Kemenade2022-07-111-3/+7
|
* fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-011-2/+9
| | | | | users assumed it makes sense to use in the configfile, where we actually have to use the config file name itself as ancor
* cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-283-0/+106
this also tries to address concerns by @qubidt in #691 / #702