Mercurial > p > roundup > code
diff BUILD.txt @ 1842:7bdd9ce360d0
mention tagging :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 09 Oct 2003 04:44:12 +0000 |
| parents | 0feb34b2de71 |
| children | 3ffb7b56172a |
line wrap: on
line diff
--- a/BUILD.txt Tue Oct 07 23:02:58 2003 +0000 +++ b/BUILD.txt Thu Oct 09 04:44:12 2003 +0000 @@ -11,14 +11,15 @@ 2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new version and appropriate announcements. Add truncated announcement to setup.py description field. -3. python setup.py clean --all -4. Edit setup.py to ensure that all information therein (version, contact +3. Tag the CVS with a release tag (ie. 'release-N-N-N') +4. python setup.py clean --all +5. Edit setup.py to ensure that all information therein (version, contact information etc) is correct. -5. python setup.py sdist --manifest-only -6. Check the MANIFEST to make sure that any new files are included. If +6. python setup.py sdist --manifest-only +7. Check the MANIFEST to make sure that any new files are included. If they are not, edit MANIFEST.in to include them. "Documentation" for MANIFEST.in may be found in disutils.filelist._parse_template_line. -7. python setup.py sdist +8. python setup.py sdist (if you find sdist a little verbose, add "--quiet" to the end of the command)
