We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4dfb2 commit 4d7c2f1Copy full SHA for 4d7c2f1
1 file changed
README.rst
@@ -43,6 +43,7 @@ Release Checklist
43
* ``git flow release start $newver``
44
* Update the CHANGELOG with the new version
45
* Update the version in ``setup.py``
46
+* Update `trove classifiers <https://pypi.python.org/pypi?%3Aaction=list_classifiers>`_ in ``setup.py``
47
* ``git flow release finish $newver``
48
* ``git push --tags origin develop master``
49
* ``python setup.py sdist bdist_wheel``
0 commit comments