diff options
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: |
