From 166fa74a53b5aa0ac11d1eabed566e0ad9f24038 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 12 Nov 2009 13:59:08 +0200 Subject: [PATCH] Document problem with 'python setup.py sdist upload'. --- RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index 4b3d7068..c7140d34 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -15,5 +15,11 @@ How to make a new release of ``scikits.image`` python setup.py register +- Ideally, the step above would be replaced by + + python setup.py sdist upload + + but this doesn't work at the moment. + - Increase the version number in the setup.py file to ``0.2dev``.