Skip to content

Commit 2878bad

Browse files
authored
Merge pull request #2504 from henryiii/patch-1
docs: recommend pypa build instead of pep517.build
2 parents ac23110 + 66ca253 commit 2878bad

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/build_meta.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,11 @@ specify the package information::
6767
[options]
6868
packages = find:
6969

70-
Now generate the distribution. Although the PyPA is still working to
71-
`provide a recommended tool <https://github.com/pypa/packaging-problems/issues/219>`_
72-
to build packages, the `pep517 package <https://pypi.org/project/pep517>`_
73-
provides this functionality. To build the package::
74-
75-
$ pip install -q pep517
76-
$ mkdir dist
77-
$ python -m pep517.build .
70+
Now generate the distribution. To build the package, use
71+
`PyPA build <https://pypa-build.readthedocs.io/en/latest/>`_::
72+
73+
$ pip install -q build
74+
$ python -m build
7875

7976
And now it's done! The ``.whl`` file and ``.tar.gz`` can then be distributed
8077
and installed::

0 commit comments

Comments
 (0)