From 5c71ad944e463ec1591613d018b7797b81d23eae Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 23 Jan 2017 21:42:30 -0600 Subject: [PATCH] update manifest checks --- RELEASING.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING.txt b/RELEASING.txt index 464cb37bd6..c7a23309b4 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -63,10 +63,10 @@ Prepare new release branch - Change setup.py version to the release version number. -- Make sure PyPI long description renders (requires ``collective.dist`` - installed into your Python):: +- Make sure PyPI long description renders (requires ``readme`` installed + into your Python):: - $ python setup.py check -r + $ python setup.py check -r -s -m - Create a release tag.