Skip to content

Commit 58a705d

Browse files
living180tim-schilling
authored andcommitted
Update setup.py references in release instructions
When appropriate, update to reference setup.cfg instead.
1 parent fa1b0f0 commit 58a705d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ The release itself requires the following steps:
152152

153153
#. Update supported Python and Django versions:
154154

155-
- ``setup.py`` ``python_requires`` list
156-
- ``setup.py`` trove classifiers
155+
- ``setup.cfg`` ``python_requires`` and ``install_requires`` options
156+
- ``setup.cfg`` trove classifiers
157157
- ``README.rst``
158158

159159
Commit.
@@ -167,7 +167,7 @@ The release itself requires the following steps:
167167
Commit.
168168

169169
#. Bump version numbers in ``docs/changes.rst``, ``docs/conf.py``,
170-
``README.rst``, ``debug_toolbar/__init__.py`` and ``setup.py``.
170+
``README.rst``, ``debug_toolbar/__init__.py`` and ``setup.cfg``.
171171
Add the release date to ``docs/changes.rst``. Commit.
172172

173173
#. Tag the new version.

0 commit comments

Comments
 (0)