We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9b212 commit 1ba53bbCopy full SHA for 1ba53bb
docs/userguide/quickstart.rst
@@ -63,7 +63,7 @@ library will be used to actually do the packaging.
63
not recommended. The backend automatically adds ``wheel`` dependency
64
when it is required, and listing it explicitly causes it to be
65
unnecessarily required for source distribution builds.
66
- You should only include ``wheel`` in `requires` if you need to explicitly
+ You should only include ``wheel`` in ``requires`` if you need to explicitly
67
access it during build time (e.g. if your project needs a ``setup.py``
68
script that imports ``wheel``).
69
0 commit comments