diff options
author | Steve Dower <steve.dower@microsoft.com> | 2022-09-01 21:33:53 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-24 12:18:01 -0400 |
commit | ef78ba5de0acb557c3f8aecde9f8e2d8681b85b8 (patch) | |
tree | 7e2bdf6b163ceb0c518370bb7fa32f47cea65e46 /docs | |
parent | 3f39e178279ca76f5d6090fb439000dcb3b4b2cd (diff) | |
download | python-setuptools-git-ef78ba5de0acb557c3f8aecde9f8e2d8681b85b8.tar.gz |
Add DISTUTILS_EXTRA_CONFIG option for passing setup.cfg overrides during build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/distutils/configfile.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/distutils/configfile.rst b/docs/distutils/configfile.rst index 2a5c8329..e03d6d43 100644 --- a/docs/distutils/configfile.rst +++ b/docs/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:`DISTUTILS_EXTRA_CONFIG` + to another configuration file The basic syntax of the configuration file is simple: |