From 2928e3726db31482f1135f35c6f9a7c84e501cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 25 Mar 2020 17:26:38 +0000 Subject: Fix README (and thus long_description). --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ba9805b..fc6bdbb 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,8 @@ See also https://github.com/pypa/setuptools/issues/1684. It is recommended that you: -- Remove 'pytest-runner' from your 'setup_requires', preferably removing the `setup_requires` option. -- Remove 'pytest' and any other testing requirements from 'tests_require', preferably removing the `setup_requires` option. +- Remove ``'pytest-runner'`` from your ``setup_requires``, preferably removing the ``setup_requires`` option. +- Remove ``'pytest'`` and any other testing requirements from ``tests_require``, preferably removing the ``tests_requires`` option. - Select a tool to bootstrap and then run tests such as tox Usage -- cgit v1.2.1