Skip to content

Commit d34d6dc

Browse files
Merge pull request #384 from aodag/aodag-patch-1
fix typo README.rst
2 parents d9bc1ad + 1ed71a0 commit d34d6dc

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
@@ -51,7 +51,7 @@ To enable version inference, add this section to your pyproject.toml:
5151
.. code:: ini
5252
5353
# pyproject.toml
54-
[tools.setuptools_scm]
54+
[tool.setuptools_scm]
5555
5656
Including this section is comparable to supplying
5757
``use_scm_version=True`` in ``setup.py``. Additionally,
@@ -61,7 +61,7 @@ to be supplied to ``get_version()``. For example:
6161
.. code:: ini
6262
6363
# pyproject.toml
64-
[tools.setuptools_scm]
64+
[tool.setuptools_scm]
6565
write_to = pkg/version.py
6666
6767

0 commit comments

Comments
 (0)