summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Allow getting the version from the parent directory suffix.Antony Lee2020-05-011-0/+1
* unify configruation initialization and configuration defaultsfix-374Ronny Pfannschmidt2019-11-281-16/+10
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-241-4/+0
* Illustrate how setuptools_scm could adapt to a 'setuptools.finalize_distribut...Jason R. Coombs2019-10-181-4/+13
* Fix styling.Ionel Cristian Mărieș2019-05-101-1/+3
* Don't pass entrypoing name around anymore and allow passing fallback_root to ...Ionel Cristian Mărieș2019-05-101-11/+8
* Use a different root for fallbacks. Remove old hack that merely checked entry...Ionel Cristian Mărieș2019-05-101-9/+14
* 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/+2
* pass trough config everywhereRonny Pfannschmidt2018-08-081-1/+1
* repare changelog and begin warnings crackdownRonny Pfannschmidt2018-08-081-1/+2
* fix #297 - correct the invocation in version_from_scmRonny Pfannschmidt2018-08-081-1/+7
* fix #284 - allow dashes in default tag prefixes againRonny Pfannschmidt2018-07-231-8/+15
* Merge pull request #276 from punkadiddle/masterRonny Pfannschmidt2018-07-171-25/+38
|\
| * check custom parse function for availability of config argumentpunkadiddle2018-07-101-7/+10
| * working draft using configuration instance classpunkadiddle2018-07-091-25/+26
| * tag parsing configurable through tag_regexpunkadiddle2018-06-301-6/+15
* | Do not parse tag when pretending versionJonathan Piron2018-07-021-1/+1
|/
* breaking change - no longer accept plain strings from parseRonny Pfannschmidt2018-05-211-7/+2
* sort out parse_version debugging, fixes #261Ronny Pfannschmidt2018-05-211-9/+8
* switch to src/ layoutRonny Pfannschmidt2018-05-191-0/+134