Document problem with 'python setup.py sdist upload'.

This commit is contained in:
Stefan van der Walt
2009-11-12 13:59:08 +02:00
parent 8099c35b31
commit 166fa74a53
+6
View File
@@ -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``.