diff options
| author | Géry Ogam <gery.ogam@gmail.com> | 2020-01-13 19:52:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 19:52:25 +0100 |
| commit | 0cd3dfc3abb1c638578bf9b540d930ddad6d19c9 (patch) | |
| tree | 52b2ff83c50f11b6184140f9dc893097ff1ad4cc /docs/setuptools.txt | |
| parent | 7bac1ed1f82199e968bd025d631d00a00f3f46b3 (diff) | |
| download | external_python_setuptools-0cd3dfc3abb1c638578bf9b540d930ddad6d19c9.tar.gz external_python_setuptools-0cd3dfc3abb1c638578bf9b540d930ddad6d19c9.tar.bz2 external_python_setuptools-0cd3dfc3abb1c638578bf9b540d930ddad6d19c9.zip | |
Fix typos
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index d214ca99..a1d927d5 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1800,7 +1800,7 @@ to support "daily builds" or "snapshot" releases. It is run automatically by the ``sdist``, ``bdist_egg``, ``develop``, and ``test`` commands in order to update the project's metadata, but you can also specify it explicitly in order to temporarily change the project's version string while executing other -commands. (It also generates the``.egg-info/SOURCES.txt`` manifest file, which +commands. (It also generates the ``.egg-info/SOURCES.txt`` manifest file, which is used when you are building source distributions.) In addition to writing the core egg metadata defined by ``setuptools`` and @@ -1848,7 +1848,7 @@ binary distributions of your project, you should first make sure that you know how the resulting version numbers will be interpreted by automated tools like pip. See the section above on `Specifying Your Project's Version`_ for an explanation of pre- and post-release tags, as well as tips on how to choose and -verify a versioning scheme for your your project.) +verify a versioning scheme for your project.) For advanced uses, there is one other option that can be set, to change the location of the project's ``.egg-info`` directory. Commands that need to find |
