summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-11-30 00:27:58 +0100
committerGitHub <noreply@github.com>2020-11-30 00:27:58 +0100
commitaecedd5ac260a739dabf17936ba46026d815eba8 (patch)
treeca3afdbe851be4644dbb3428ba6a398f84a3477d /README.rst
parent1cb4c5a43fc39a5098491d03dd5520121250e56d (diff)
parent549f462a8ddf56d920dbad63636a5fcea53980c1 (diff)
downloadsetuptools-scm-aecedd5ac260a739dabf17936ba46026d815eba8.tar.gz
Merge pull request #497 from RonnyPfannschmidt/fix-352-ignore-vcs-root
fix #352: add a envvar to ignore scm roots
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a318332..d4b2453 100644
--- a/README.rst
+++ b/README.rst
@@ -446,6 +446,11 @@ Environment variables
derived, otherwise the current time is used
(https://reproducible-builds.org/docs/source-date-epoch/)
+
+:SETUPTOOLS_SCM_IGNORE_VCS_ROOTS:
+ when defined, a ``os.pathsep`` separated list
+ of directory names to ignore for root finding
+
Extending setuptools_scm
------------------------