DOC: Update release instructions (run setup.py register to login to pypi).

This commit is contained in:
Stefan van der Walt
2011-10-10 03:47:32 -07:00
parent 5587a0e803
commit d68a64a576
+1 -2
View File
@@ -13,9 +13,8 @@ How to make a new release of ``scikits.image``
- Publish on PyPi:
python setup.py register
python setup.py sdist upload
(not sure if "python setup.py register" is needed before that)
- Increase the version number in the setup.py file to ``0.Xdev``.