We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac8af commit 9fbb90eCopy full SHA for 9fbb90e
doc/source/library_description/packaging.rst
@@ -151,8 +151,9 @@ Setuptools
151
^^^^^^^^^^
152
153
Setuptools is a very well known build system in the Python ecosystem. It is used
154
-in projects requiring a ``setup.py``. Setuptools can be used with projects using
155
-the ``pyproject.toml`` too, although not all metadata is fully supported yet.
+in projects requiring a ``setup.py`` file and can be used in projects with a
+``pyproject.toml`` file, although not all metadata in this second file
156
+is fully supported yet.
157
158
The main advantage of this build system is the ability to create custom build
159
steps in the form of Python code.
0 commit comments