summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2020-12-05 08:52:08 +0100
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2020-12-05 11:59:35 +0100
commit131808a8ce8d50ef2b213132c1c719269d6b51d3 (patch)
tree100b9d3f61b8974ef41ab348b6e2d11e442b0a4e /README.rst
parentd0d2973413ddd3da2896aa8805f42d11201b6ff1 (diff)
downloadsetuptools-scm-131808a8ce8d50ef2b213132c1c719269d6b51d3.tar.gz
fix #321: add SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAME
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d402b7e..a826b1f 100644
--- a/README.rst
+++ b/README.rst
@@ -442,6 +442,15 @@ Environment variables
its used as the primary source for the version number
in which case it will be a unparsed string
+
+:SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${UPPERCASED_DIST_NAME}:
+ when defined and not empty,
+ its used as the primary source for the version number
+ in which case it will be a unparsed string
+
+ it takes precedence over ``SETUPTOOLS_SCM_PRETEND_VERSION``
+
+
:SETUPTOOLS_SCM_DEBUG:
when defined and not empty,
a lot of debug information will be printed as part of ``setuptools_scm``