Home
last modified time | relevance | path

Searched refs:saveopts (Results 1 – 5 of 5) sorted by relevance

/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt23 saveopts = setuptools.command.saveopts:saveopts
DSOURCES.txt141 setuptools/command/saveopts.py
/external/python/setuptools/setuptools/command/
Dsaveopts.py4 class saveopts(option_base): class
/external/python/setuptools/docs/
Dsetuptools.txt1718 the `configuration file options`_ (listed under the `saveopts`_ command, below)
2120 ``saveopts`` - Save used options to a configuration file
2126 using the ``saveopts`` command. Just add it to the command line to save the
2131 setup.py build --compiler=mingw32 saveopts
2133 The ``saveopts`` command saves all options for every command specified on the
2139 setup.py build --compiler=mingw32 saveopts -g
2141 Note that it doesn't matter where you place the ``saveopts`` command on the
2145 setup.py saveopts -g build --compiler=mingw32
2148 where ``saveopts`` is placed on the command line.
2215 options`_ (listed under the `saveopts`_ command, above) to determine which
/external/python/setuptools/
DCHANGES.rst3532 * Added "saveopts" command that saves all command-line options for the current