summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-09-24 13:22:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-09-24 13:22:50 -0400
commit8620c041db42ee84f71fa16a6680e6219b9d0dd7 (patch)
tree263c35de0ab13964d53fc96ec33751db1e3b5aed /docs
parent98a46dbaebc53fcb10b0643fadad98f76ba36e1b (diff)
downloadpython-setuptools-git-8620c041db42ee84f71fa16a6680e6219b9d0dd7.tar.gz
Rename environment variable to DIST_EXTRA_CONFIG, decoupling it from the name of the implementation.
Diffstat (limited to 'docs')
-rw-r--r--docs/distutils/configfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/distutils/configfile.rst b/docs/distutils/configfile.rst
index e03d6d43..bdd7c455 100644
--- a/docs/distutils/configfile.rst
+++ b/docs/distutils/configfile.rst
@@ -36,7 +36,7 @@ consequences:
:file:`setup.py`
* installers can override anything in :file:`setup.cfg` using the command-line
- options to :file:`setup.py` or by pointing :envvar:`DISTUTILS_EXTRA_CONFIG`
+ options to :file:`setup.py` or by pointing :envvar:`DIST_EXTRA_CONFIG`
to another configuration file
The basic syntax of the configuration file is simple: