diff options
| author | Drew <drewrisinger@users.noreply.github.com> | 2020-12-25 15:52:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-25 15:52:54 -0500 |
| commit | e83dc66104e2a5ad8e5a8db3079d24628b1fa6d7 (patch) | |
| tree | e44cae139af368b246f6240d903a860aa166fa11 /docs | |
| parent | 2878bad0df158243d1e6601110ec12868e201d81 (diff) | |
| download | python-setuptools-git-e83dc66104e2a5ad8e5a8db3079d24628b1fa6d7.tar.gz | |
docs (build_meta): fix spelling mistake
Diffstat (limited to 'docs')
| -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. |
