summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/config.py
Commit message (Expand)AuthorAgeFilesLines
* Allow getting the version from the parent directory suffix.Antony Lee2020-05-011-0/+2
* Extract version correctly from tags with a single digit.Diego Elio Pettenò2020-03-251-1/+1
* fix #395: correctly transfer tag regex in the Configuration constructorfix-395-pass-in-tag-regexRonny Pfannschmidt2020-01-191-1/+1
* unify configruation initialization and configuration defaultsfix-374Ronny Pfannschmidt2019-11-281-26/+26
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-241-7/+9
* Avoid file-not-found errors when pyproject.toml isn't presentJason R. Coombs2019-11-241-0/+2
* setuptools_scm is disabled by defaultJason R. Coombs2019-11-241-0/+1
* Fade to blackJason R. Coombs2019-11-241-3/+3
* Move section to `tool:` namespaceJason R. Coombs2019-11-231-1/+1
* Illustrate how reading the config from a file might operate.feature/declarative-configJason R. Coombs2019-10-211-2/+6
* Illustrate how setuptools_scm could adapt to a 'setuptools.finalize_distribut...Jason R. Coombs2019-10-181-0/+7
* Don't pass entrypoing name around anymore and allow passing fallback_root to ...Ionel Cristian Mărieș2019-05-101-1/+9
* Use a different root for fallbacks. Remove old hack that merely checked entry...Ionel Cristian Mărieș2019-05-101-0/+1
* Allow setting a fallback version in case everything else fails.Antony Lee2019-03-031-0/+2
* Add option git_describe_commandLuciano Bello2018-10-281-0/+1
* fix #292 - support for uppercase leading v character in tag version extractio...Ronny Pfannschmidt2018-07-301-1/+1
* fix #284 - allow dashes in default tag prefixes againRonny Pfannschmidt2018-07-231-11/+14
* working draft using configuration instance classpunkadiddle2018-07-091-26/+69
* tag parsing configurable through tag_regexpunkadiddle2018-06-301-0/+49