diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-24 14:24:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-24 14:24:50 -0400 |
commit | 3bae7527d2a47b83e44f418e3c30af8a52a94cf1 (patch) | |
tree | 3f2d4d1603cb15a5ec6996676139d3b525c5eca3 /docs/deprecated | |
parent | ba3995e5705a22e13bb5d2231ac22c77e4417747 (diff) | |
parent | d82d926fa2a1f98cae05b21528fe2fafebb52938 (diff) | |
download | python-setuptools-git-3bae7527d2a47b83e44f418e3c30af8a52a94cf1.tar.gz |
Merge https://github.com/pypa/distutils into distutils-d82d926
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/distutils/configfile.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/deprecated/distutils/configfile.rst b/docs/deprecated/distutils/configfile.rst index 328936fb..2a0fbb31 100644 --- a/docs/deprecated/distutils/configfile.rst +++ b/docs/deprecated/distutils/configfile.rst @@ -36,7 +36,8 @@ consequences: :file:`setup.py` * installers can override anything in :file:`setup.cfg` using the command-line - options to :file:`setup.py` + 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: |