diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-24 13:22:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-24 13:22:50 -0400 |
commit | 8620c041db42ee84f71fa16a6680e6219b9d0dd7 (patch) | |
tree | 263c35de0ab13964d53fc96ec33751db1e3b5aed /docs | |
parent | 98a46dbaebc53fcb10b0643fadad98f76ba36e1b (diff) | |
download | python-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.rst | 2 |
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: |