diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-07 15:53:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-08 14:14:13 +0100 |
| commit | 85efc14a2edac532df1a9ad4dd9b6d4a4dcf583e (patch) | |
| tree | 14bef64cc49b473ffbf94d56f079b1e495137df1 /docs/internals | |
| parent | eee4da3b5748370a5c562bc63d2cae61ea85b16c (diff) | |
Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 00264ab2fa..8ada93b0ec 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -206,7 +206,7 @@ OK, this is the fun part, where we actually push out a release! on ``VERSION``. #. If this is a pre-release package, update the "Development Status" trove - classifier in ``setup.py`` to reflect this. Otherwise, make sure the + classifier in ``setup.cfg`` to reflect this. Otherwise, make sure the classifier is set to ``Development Status :: 5 - Production/Stable``. #. Tag the release using ``git tag``. For example:: |
