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:
Jon Dufresne 2019-11-07 15:53:30 +01:00 committed by Mariusz Felisiak
parent eee4da3b57
commit 85efc14a2e
4 changed files with 57 additions and 62 deletions

View file

@ -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::