From: richard Date: Wed, 23 Apr 2003 12:12:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2770add79ba5afe6e3074260f9f048d764f9995d;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1675 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/BUILD.txt b/BUILD.txt index 065bb03..2997d1b 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -25,12 +25,14 @@ So, those commands in a nice, cut'n'pasteable form:: 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