Update release info now that setup is fixed.

This commit is contained in:
Stefan van der Walt
2009-11-12 14:50:37 +02:00
parent 1fc7a2fa56
commit 2939478040
+3 -7
View File
@@ -13,13 +13,9 @@ How to make a new release of ``scikits.image``
- Publish on PyPi:
python setup.py register
- Ideally, the step above would be replaced by
python setup.py sdist upload
(not sure if "python setup.py register" is needed before that)
but this doesn't work at the moment.
- Increase the version number in the setup.py file to ``0.2dev``.
- Increase the version number in the setup.py file to ``0.Xdev``.