Skip to content

Commit 9fbb90e

Browse files
jorgepilotoPipKat
andauthoredMar 11, 2022
Update doc/source/library_description/packaging.rst
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
1 parent 29ac8af commit 9fbb90e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎doc/source/library_description/packaging.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ Setuptools
151151
^^^^^^^^^^
152152

153153
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.
154+
in projects requiring a ``setup.py`` file and can be used in projects with a
155+
``pyproject.toml`` file, although not all metadata in this second file
156+
is fully supported yet.
156157

157158
The main advantage of this build system is the ability to create custom build
158159
steps in the form of Python code.

0 commit comments

Comments
 (0)