Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from Flameeyes/master
Browse files Browse the repository at this point in the history
Fix README (and thus long_description).
  • Loading branch information
jaraco authored Feb 12, 2021
2 parents 0c52b05 + 2928e37 commit a87b237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,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
Expand Down

0 comments on commit a87b237

Please sign in to comment.