summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/integration.py
Commit message (Expand)AuthorAgeFilesLines
* move setuptools integration to private subpackageRonny Pfannschmidt2023-05-091-104/+0
* chore: bump min setuptools version to 61Ronny Pfannschmidt2023-04-271-15/+4
* remove the utils moduleRonny Pfannschmidt2023-03-291-0/+13
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-8/+9
* refactor/breaking: move file finders to private moduleRonny Pfannschmidt2023-03-131-15/+1
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-7/+2
* correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-311-2/+10
* private configruation moduleRonny Pfannschmidt2023-01-311-1/+1
* potential breaking: Configuration as dataclassRonny Pfannschmidt2023-01-181-1/+5
* Add integrations and tests for fallback file findersAnderson Bravalheri2022-07-151-1/+5
* cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-281-1/+3
* changelogRonny Pfannschmidt2022-06-221-2/+0
* opt out of pyproject.toml for self-bootstrapRonny Pfannschmidt2022-06-221-0/+6
* fixup: add missed typing import guardRonny Pfannschmidt2022-06-221-1/+4
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-4/+4
* complete mypy transformationRonny Pfannschmidt2022-05-291-8/+17
* Update integration.pyPhilip Couling2022-01-281-0/+1
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-131-2/+12
* restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-021-10/+24
* Update src/setuptools_scm/integration.pyRonny Pfannschmidt2021-08-291-1/+0
* Apply suggestions from code reviewRonny Pfannschmidt2021-08-291-2/+2
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-291-0/+25
* fix #606: re-integrate and hardne toml parsingRonny Pfannschmidt2021-08-271-16/+10
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-2/+6
* Use UTF-8 encoding when reading pyproject.tomlDominic Davis-Foster2021-07-111-1/+1
* fix #585: switch to tomliRonny Pfannschmidt2021-06-251-1/+2
* Merge branch 'main' into no-setuptoolsPhilipp A2021-04-051-2/+0
|\
| * drop support for old python/setuptoolsRonny Pfannschmidt2021-03-071-2/+0
* | Use slimmer and more modern APIsPhilipp A2021-01-201-3/+1
|/
* fix #507 - use dist.metadata.name and add pyproject support for dist_nameRonny Pfannschmidt2020-12-131-4/+12
* fix #321: add SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAMERonny Pfannschmidt2020-12-051-3/+8
* unify configruation initialization and configuration defaultsfix-374Ronny Pfannschmidt2019-11-281-5/+5
* fix #374 - initialize configuration for toml integrationRonny Pfannschmidt2019-11-281-4/+13
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-241-4/+6
* Illustrate how setuptools_scm could adapt to a 'setuptools.finalize_distribut...Jason R. Coombs2019-10-181-1/+8
* Use a different root for fallbacks. Remove old hack that merely checked entry...Ionel Cristian Mărieș2019-05-101-7/+1
* switch to src/ layoutRonny Pfannschmidt2018-05-191-0/+36