diff options
| author | Martin Geisler <martin@geisler.net> | 2014-06-29 15:24:33 +0200 |
|---|---|---|
| committer | Martin Geisler <martin@geisler.net> | 2014-06-29 15:24:33 +0200 |
| commit | d1e6671ef6f2cc89df210122a4e5e67fa6e2c321 (patch) | |
| tree | 590cf3e94ee680442990f73a644617d5c4aa398b /docs/setuptools.txt | |
| parent | 721f392408ac0de7dd8e77afe8ed6c1f020b6416 (diff) | |
| download | external_python_setuptools-d1e6671ef6f2cc89df210122a4e5e67fa6e2c321.tar.gz external_python_setuptools-d1e6671ef6f2cc89df210122a4e5e67fa6e2c321.tar.bz2 external_python_setuptools-d1e6671ef6f2cc89df210122a4e5e67fa6e2c321.zip | |
Spell check documentation
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index a793af53..86e23ff9 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -520,7 +520,7 @@ as the following:: } ) -Any eggs built from the above setup script will include a short excecutable +Any eggs built from the above setup script will include a short executable prelude that imports and calls ``main_func()`` from ``my_package.some_module``. The prelude can be run on Unix-like platforms (including Mac and Linux) by invoking the egg with ``/bin/sh``, or by enabling execute permissions on the @@ -2180,7 +2180,7 @@ for future builds (even those run implicitly by the ``install`` command):: setup.py build --compiler=mingw32 saveopts -The ``saveopts`` command saves all options for every commmand specified on the +The ``saveopts`` command saves all options for every command specified on the command line to the project's local ``setup.cfg`` file, unless you use one of the `configuration file options`_ to change where the options are saved. For example, this command does the same as above, but saves the compiler setting @@ -2350,7 +2350,7 @@ Note, by the way, that the metadata in your ``setup()`` call determines what will be listed in PyPI for your package. Try to fill out as much of it as possible, as it will save you a lot of trouble manually adding and updating your PyPI listings. Just put it in ``setup.py`` and use the ``register`` -comamnd to keep PyPI up to date. +command to keep PyPI up to date. The ``upload`` command has a few options worth noting: |
