Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To enable version inference, add this section to your pyproject.toml:
5050
.. code:: ini
5151
5252
# pyproject.toml
53-
[tools.setuptools_scm]
53+
[tool.setuptools_scm]
5454
5555
Including this section is comparable to supplying
5656
``use_scm_version=True`` in ``setup.py``. Additionally,
@@ -60,7 +60,7 @@ to be supplied to ``get_version()``. For example:
6060
.. code:: ini
6161
6262
# pyproject.toml
63-
[tools.setuptools_scm]
63+
[tool.setuptools_scm]
6464
write_to = pkg/version.py
6565
6666

0 commit comments

Comments
 (0)