summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-12-01 11:59:45 +0100
committerGitHub <noreply@github.com>2019-12-01 11:59:45 +0100
commitfbaeaa947e403d78964654d3ab68cbc75caccfec (patch)
tree3ff8ea0417b420120903eaed2fb9c3936f61659a
parent6ee0a0abe79c89f144999803d50ec8c2540db523 (diff)
parent94e3b2ae60df31983a9d208f1f95a725f2639ba3 (diff)
downloadsetuptools-scm-fbaeaa947e403d78964654d3ab68cbc75caccfec.tar.gz
Merge pull request #378 from auscompgeek/patch-1
Fix pyproject.toml example rendering in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 604888e..513647e 100644
--- a/README.rst
+++ b/README.rst
@@ -55,7 +55,7 @@ To enable version inference, add this section to your pyproject.toml:
Including this section is comparable to supplying
``use_scm_version=True`` in ``setup.py``. Additionally,
include arbitrary keyword arguments in that section
-to be supplied to ``get_version()``. For example::
+to be supplied to ``get_version()``. For example:
.. code:: ini