Skip to content

Commit 9c0e0c7

Browse files
authored
Merge pull request #7734 from pytest-dev/asottile-patch-1
Update pytest-dev requirements
2 parents 6ae0f74 + 7da6ebe commit 9c0e0c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,16 +148,16 @@ You can submit your plugin by subscribing to the `pytest-dev mail list
148148
mail pointing to your existing pytest plugin repository which must have
149149
the following:
150150

151-
- PyPI presence with a ``setup.py`` that contains a license, ``pytest-``
151+
- PyPI presence with packaging metadata that contains a ``pytest-``
152152
prefixed name, version number, authors, short and long description.
153153

154154
- a ``tox.ini`` for running tests using `tox <https://tox.readthedocs.io>`_.
155155

156-
- a ``README.txt`` describing how to use the plugin and on which
156+
- a ``README`` describing how to use the plugin and on which
157157
platforms it runs.
158158

159-
- a ``LICENSE.txt`` file or equivalent containing the licensing
160-
information, with matching info in ``setup.py``.
159+
- a ``LICENSE`` file containing the licensing information, with
160+
matching info in its packaging metadata.
161161

162162
- an issue tracker for bug reports and enhancement requests.
163163

0 commit comments

Comments
 (0)