File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ The release itself requires the following steps:
152
152
153
153
#. Update supported Python and Django versions:
154
154
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
157
157
- ``README.rst ``
158
158
159
159
Commit.
@@ -167,7 +167,7 @@ The release itself requires the following steps:
167
167
Commit.
168
168
169
169
#. 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 ``.
171
171
Add the release date to ``docs/changes.rst ``. Commit.
172
172
173
173
#. Tag the new version.
You can’t perform that action at this time.
0 commit comments