Mercurial > p > roundup > code
diff BUILD.txt @ 1603:5a2a89a2f4aa maint-0.5
email file attachments added to issue files list [SF#711501]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Apr 2003 12:10:51 +0000 |
| parents | 83f33642d220 |
| children | a05d205e919c |
line wrap: on
line diff
--- a/BUILD.txt Wed Apr 23 11:48:51 2003 +0000 +++ b/BUILD.txt Wed Apr 23 12:10:51 2003 +0000 @@ -25,12 +25,14 @@ python setup.py clean --all python setup.py sdist --manifest-only python setup.py sdist --quiet + python2.3 setup.py register or, for the sad RedHat users:: python2 setup.py clean --all python2 setup.py sdist --manifest-only python2 setup.py sdist --quiet + python2.3 setup.py register Distributing Releases
