Skip to content

Commit 3892d5f

Browse files
Merge pull request #326 from astrofrog/patch-1
Fix small grammatical mistake in README
2 parents f726adf + a852fb8 commit 3892d5f

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
@@ -99,8 +99,8 @@ However, ``use_scm_version`` must still be placed in ``setup.py``. For example:
9999
100100
.. important::
101101

102-
Ensure neither the ``[metadata] version`` option nor the ``[egg_info]``
103-
section are not defined, as these will interfere with ``setuptools_scm``.
102+
Ensure neither the ``[metadata]`` ``version`` option nor the ``[egg_info]``
103+
section are defined, as these will interfere with ``setuptools_scm``.
104104

105105
You may also need to define a ``pyproject.toml`` file (`PEP-0518
106106
<https://www.python.org/dev/peps/pep-0518>`_) to ensure you have the required

0 commit comments

Comments
 (0)