Commit 1610951a authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2507 from drewrisinger/patch-1

docs (build_meta): fix spelling mistake
parents 2220cb77 e83dc661
...@@ -7,7 +7,7 @@ What is it? ...@@ -7,7 +7,7 @@ What is it?
Python packaging has come `a long way <https://www.bernat.tech/pep-517-518/>`_. 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 uses a ``setup()`` function within the ``setup.py`` script. Commands such as
``python setup.py bdist`` or ``python setup.py bdist_wheel`` generate a ``python setup.py bdist`` or ``python setup.py bdist_wheel`` generate a
distribution bundle and ``python setup.py install`` installs the distribution. distribution bundle and ``python setup.py install`` installs the distribution.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment