Fix monospace formatting typo (#283)

master
johnthagen 2018-12-24 13:34:12 -05:00 committed by Cristi Vîjdea
parent 6bd91faa5d
commit a5e4386f38
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Changelog
Starting with this version, the ``setup_requires`` argument was dropped from ``setup.py`` in favor of
``build-system.requires`` in ``pyproject.toml`` . This means that for correctly building or installing from sdist,
you will need to use a PEP517/PEP518 compliant tool (tox>=3.3.0, setuptools>=40, pip>=10.0, pep517.build) or manually
install the build requirements yourself (just ```setuptools`` and ``setuptools-scm``, for now).
install the build requirements yourself (just ``setuptools`` and ``setuptools-scm``, for now).
Additionally, for correct package version detection, a full git checkout is required when building (this was always the
case). Building without ``.git`` or without ``setuptools-scm`` will result in a distribution with a version like