diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-16 18:39:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 18:39:34 -0500 |
| commit | 1610951adcdc467aa074fb6f915c64f86695d7f7 (patch) | |
| tree | c33dcd09ac4a29d62c92f7d410af860ce1a3d9eb | |
| parent | 2220cb77c97ce5f84af3b298b67458b475817f3a (diff) | |
| parent | e83dc66104e2a5ad8e5a8db3079d24628b1fa6d7 (diff) | |
| download | python-setuptools-git-1610951adcdc467aa074fb6f915c64f86695d7f7.tar.gz | |
Merge pull request #2507 from drewrisinger/patch-1
docs (build_meta): fix spelling mistake
| -rw-r--r-- | docs/build_meta.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst index 9744488e..2ad5ae26 100644 --- a/docs/build_meta.rst +++ b/docs/build_meta.rst @@ -7,7 +7,7 @@ What is it? Python packaging has come `a long way <https://www.bernat.tech/pep-517-518/>`_. -The traditional ``setuptools`` way of packgaging Python modules +The traditional ``setuptools`` way of packaging Python modules uses a ``setup()`` function within the ``setup.py`` script. Commands such as ``python setup.py bdist`` or ``python setup.py bdist_wheel`` generate a distribution bundle and ``python setup.py install`` installs the distribution. |
