diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-06-01 13:28:52 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-06-01 13:28:52 +0000 |
commit | e7c87d78cb3a6a3cb24276a5cf3fdb3f4d0bc43c (patch) | |
tree | 6ed8fde2912a7d046add41185e60bf48a6f5086f /doc | |
parent | b0c3be18006c9d872c37ffcb3ccf02c89efa7b1c (diff) | |
download | numpy-e7c87d78cb3a6a3cb24276a5cf3fdb3f4d0bc43c.tar.gz |
DOC: add some info on what should be uploaded to PyPi for a release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.txt b/doc/HOWTO_RELEASE.txt index 89cb0eb15..b1be6ce47 100644 --- a/doc/HOWTO_RELEASE.txt +++ b/doc/HOWTO_RELEASE.txt @@ -232,7 +232,9 @@ There are two ways to update PyPi, the first one is:: and the second one is to upload the PKG_INFO file inside the sdist dir in the web interface of PyPi. The source tarball can also be uploaded through this -interface. +interface. A simple binary installer for windows, created with +``bdist_wininst``, should also be uploaded to PyPi so ``easy_install numpy`` +works. Update scipy.org ---------------- |