From 9a80dd5fb56b0aa0322f9644e964e01367302623 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 27 Mar 2010 16:43:44 +0100 Subject: [PATCH] Add removal of MANIFEST from release howto --- docs/development/contributing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index f53a971b..b06b7311 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -148,6 +148,7 @@ Creating releases 4. Build package and upload to PyPI:: + rm MANIFEST # Will be regenerated by setup.py python setup.py sdist upload 5. Spread the word.