We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac23110 + 66ca253 commit 2878badCopy full SHA for 2878bad
docs/build_meta.rst
@@ -67,14 +67,11 @@ specify the package information::
67
[options]
68
packages = find:
69
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 .
+Now generate the distribution. To build the package, use
+`PyPA build <https://pypa-build.readthedocs.io/en/latest/>`_::
+
+ $ pip install -q build
+ $ python -m build
78
79
And now it's done! The ``.whl`` file and ``.tar.gz`` can then be distributed
80
and installed::
0 commit comments