mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
This commit is contained in:
parent
eee4da3b57
commit
85efc14a2e
4 changed files with 57 additions and 62 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue