summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-01-08 21:04:26 +0100
committerGitHub <noreply@github.com>2020-01-08 21:04:26 +0100
commitd34d6dc58612bc60dfbb9241657645d5c017deaf (patch)
tree2989e60effd6cd414e902827aca1f922a7466803
parentd9bc1adf88e8d4b22d5d7500563f8de9a95c66ed (diff)
parent1ed71a0b7839d962fd0a709b578adfe4d2d0608b (diff)
downloadsetuptools-scm-d34d6dc58612bc60dfbb9241657645d5c017deaf.tar.gz
Merge pull request #384 from aodag/aodag-patch-1
fix typo README.rst
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 3f293a3..e9a5b45 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ To enable version inference, add this section to your pyproject.toml:
.. code:: ini
# pyproject.toml
- [tools.setuptools_scm]
+ [tool.setuptools_scm]
Including this section is comparable to supplying
``use_scm_version=True`` in ``setup.py``. Additionally,
@@ -61,7 +61,7 @@ to be supplied to ``get_version()``. For example:
.. code:: ini
# pyproject.toml
- [tools.setuptools_scm]
+ [tool.setuptools_scm]
write_to = pkg/version.py