From 85efc14a2edac532df1a9ad4dd9b6d4a4dcf583e Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 7 Nov 2019 15:53:30 +0100 Subject: Fixed #30948 -- Changed packaging to use declarative config in setup.cfg. Co-authored-by: Nick Pope --- docs/internals/howto-release-django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals') 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:: -- cgit v1.3