diff options
| author | tarek <none@none> | 2009-12-02 17:07:26 +0100 |
|---|---|---|
| committer | tarek <none@none> | 2009-12-02 17:07:26 +0100 |
| commit | ca0105cf105e6d8a6c3e552c82650de93dbe13b1 (patch) | |
| tree | c0777160957fef89d09e022869a2290ffd30fcb9 /docs | |
| parent | 67b9811dc7c6b59e5815e5b27620ef3e416488ac (diff) | |
| download | external_python_setuptools-ca0105cf105e6d8a6c3e552c82650de93dbe13b1.tar.gz external_python_setuptools-ca0105cf105e6d8a6c3e552c82650de93dbe13b1.tar.bz2 external_python_setuptools-ca0105cf105e6d8a6c3e552c82650de93dbe13b1.zip | |
more info about easy_install and setup.cfg refs #99
--HG--
branch : distribute
extra : rebase_source : 390f6492ac8aee653132791ac32f90bc1434433a
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/easy_install.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 5fa83542..3e39b811 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -628,6 +628,9 @@ until and unless you override them explicitly in an ``[easy_install]`` section. For more information, see also the current Python documentation on the `use and location of distutils configuration files <http://docs.python.org/inst/config-syntax.html>`_. +Notice that ``easy_install`` will use the ``setup.cfg`` from the current +working directory only if it was triggered from ``setup.py`` through the +``install_requires`` option. The standalone command will not use that file. Command-Line Options -------------------- @@ -904,7 +907,7 @@ Command-Line Options projects, not in-development ones, because such projects may not have a currently-valid version number. So, it usually only installs them when their ``setup.py`` directory is explicitly passed on the command line. - + However, if this option is used, then any in-development projects that were installed using the ``setup.py develop`` command, will be used to build eggs, effectively upgrading the "in-development" project to a snapshot @@ -1257,7 +1260,7 @@ History installed using ``setup.py develop``. * Fixed not HTML-decoding URLs scraped from web pages - + 0.6c5 * Fixed ``.dll`` files on Cygwin not having executable permisions when an egg is installed unzipped. |
