We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1b0f0 commit 58a705dCopy full SHA for 58a705d
docs/contributing.rst
@@ -152,8 +152,8 @@ The release itself requires the following steps:
152
153
#. Update supported Python and Django versions:
154
155
- - ``setup.py`` ``python_requires`` list
156
- - ``setup.py`` trove classifiers
+ - ``setup.cfg`` ``python_requires`` and ``install_requires`` options
+ - ``setup.cfg`` trove classifiers
157
- ``README.rst``
158
159
Commit.
@@ -167,7 +167,7 @@ The release itself requires the following steps:
167
168
169
#. Bump version numbers in ``docs/changes.rst``, ``docs/conf.py``,
170
- ``README.rst``, ``debug_toolbar/__init__.py`` and ``setup.py``.
+ ``README.rst``, ``debug_toolbar/__init__.py`` and ``setup.cfg``.
171
Add the release date to ``docs/changes.rst``. Commit.
172
173
#. Tag the new version.
0 commit comments