Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename .hacks to .fallbacks and drop support for pip-egg-info | Ronny Pfannschmidt | 2023-03-29 | 1 | -52/+0 |
| | |||||
* | refactor: split tracing and command running into own modules | Ronny Pfannschmidt | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | pre-commit updates | Ronny Pfannschmidt | 2023-02-12 | 1 | -1/+0 |
| | |||||
* | private configruation module | Ronny Pfannschmidt | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | remove the legacy version parser api | Ronny Pfannschmidt | 2023-01-18 | 1 | -6/+2 |
| | | | | config is no longer optional | ||||
* | minimize bootstrap - fixes #722 and #723 | Ronny Pfannschmidt | 2022-06-22 | 1 | -1/+3 |
| | | | | | | enable self-bootstrap without typing_extensions and importlib_metadata they are still install requirements however | ||||
* | Bump minimal python to 3.7 | Ronny Pfannschmidt | 2022-05-29 | 1 | -6/+7 |
| | |||||
* | complete mypy transformation | Ronny Pfannschmidt | 2022-05-29 | 1 | -7/+20 |
| | |||||
* | numerous type fixes and initial guess no dev handling | Ronny Pfannschmidt | 2022-01-13 | 1 | -0/+1 |
| | |||||
* | apply reorder-python-imports | Ronny Pfannschmidt | 2021-08-07 | 1 | -2/+5 |
| | |||||
* | closes #312 - document interaction with enterprise distrosfix-312-document-enterprise-distros | Ronny Pfannschmidt | 2020-05-02 | 1 | -1/+2 |
| | |||||
* | Allow getting the version from the parent directory suffix. | Antony Lee | 2020-05-01 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | Add a `parentdir_prefix_version` config parameter which allows lets setuptools_scm get a version string from the name of the parent directory: if `parentdir_prefix_version = "foo-"` and the parent directory is named `foo-v12.34`, then the version is 12.34. This is only active if the parameter is set (it defaults to unset, i.e. the feature is opt-in), if getting the version from the SCM failed, *and* there's no metadata already present. However, this has higher priority than `fallback_version` (which remains the last-resort fallback). This feature is intended to support the tarballs that GitHub automatically creates for all releases, which have no metadata but follow the correct naming scheme for the feature to work. This feature is directly inspired from versioneer's `parentdir_prefix` setting. | ||||
* | Allow setting a fallback version in case everything else fails. | Antony Lee | 2019-03-03 | 1 | -0/+5 |
| | |||||
* | pass trough config everywhere | Ronny Pfannschmidt | 2018-08-08 | 1 | -4/+4 |
| | |||||
* | add missing config arg to hacks hooks | Ronny Pfannschmidt | 2018-08-08 | 1 | -2/+2 |
| | |||||
* | switch to src/ layout | Ronny Pfannschmidt | 2018-05-19 | 1 | -0/+24 |
this also sorts out #262 |