Skip to content

Commit

Permalink
Update setup.py references in release instructions
Browse files Browse the repository at this point in the history
When appropriate, update to reference setup.cfg instead.
  • Loading branch information
living180 authored and tim-schilling committed Mar 7, 2022
1 parent fa1b0f0 commit 58a705d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ The release itself requires the following steps:

#. Update supported Python and Django versions:

- ``setup.py`` ``python_requires`` list
- ``setup.py`` trove classifiers
- ``setup.cfg`` ``python_requires`` and ``install_requires`` options
- ``setup.cfg`` trove classifiers
- ``README.rst``

Commit.
Expand All @@ -167,7 +167,7 @@ The release itself requires the following steps:
Commit.

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

#. Tag the new version.
Expand Down

0 comments on commit 58a705d

Please sign in to comment.