summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Robitaille <thomas.robitaille@gmail.com>2019-01-19 10:02:17 +0000
committerGitHub <noreply@github.com>2019-01-19 10:02:17 +0000
commita852fb8aa02eceef58a4e1bf417f340d5e59d890 (patch)
tree299e44cb977c6135b7d6e302ea82bda1dd8bfde4 /README.rst
parentf726adffd00c6ef4ea486923e4918115cc7070ab (diff)
downloadsetuptools-scm-a852fb8aa02eceef58a4e1bf417f340d5e59d890.tar.gz
Fix small grammatical mistake in README
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 490fb52..099add8 100644
--- a/README.rst
+++ b/README.rst
@@ -99,8 +99,8 @@ However, ``use_scm_version`` must still be placed in ``setup.py``. For example:
.. important::
- Ensure neither the ``[metadata] version`` option nor the ``[egg_info]``
- section are not defined, as these will interfere with ``setuptools_scm``.
+ Ensure neither the ``[metadata]`` ``version`` option nor the ``[egg_info]``
+ section are defined, as these will interfere with ``setuptools_scm``.
You may also need to define a ``pyproject.toml`` file (`PEP-0518
<https://www.python.org/dev/peps/pep-0518>`_) to ensure you have the required