summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAtsushi Odagiri <aodagx@gmail.com>2019-12-14 17:45:46 +0900
committerGitHub <noreply@github.com>2019-12-14 17:45:46 +0900
commit1ed71a0b7839d962fd0a709b578adfe4d2d0608b (patch)
treeec15f321111fa067cb22a9f95024d9a9b3accb4f /README.rst
parentfbaeaa947e403d78964654d3ab68cbc75caccfec (diff)
downloadsetuptools-scm-1ed71a0b7839d962fd0a709b578adfe4d2d0608b.tar.gz
Update README.rst
- https://www.python.org/dev/peps/pep-0518/#json-schema - https://github.com/pypa/setuptools_scm/blob/master/src/setuptools_scm/config.py#L123
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 513647e..bd0965a 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,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,
@@ -60,7 +60,7 @@ to be supplied to ``get_version()``. For example:
.. code:: ini
# pyproject.toml
- [tools.setuptools_scm]
+ [tool.setuptools_scm]
write_to = pkg/version.py