Code

Cleanup of the link label generation.
[roundup.git] / BUILD.txt
1                                     Roundup
2                                     =======
4   This software is released under the GNU GPL. The copyright is held by Bizar
5             Software Pty Ltd (http://www.bizarsoftware.com.au).
7    The stylesheet included with this package has been copied from the Zope
8       management interface and presumably belongs to Digital Creations.
11 1. Building Releases
12 ====================
14 Roundup is currently a source-only release - it has no binary components. I
15 want it to stay that way, too.
17 This means that we only need to ever build source releases. This is done by
18 running:
20   1. Edit setup.py to ensure that all information therein (version, contact
21      information etc) is correct.
22   2. python setup.py sdist -o
23   3. Check the MANIFEST to make sure that any new files are included. If
24      they are not, edit MANIFEST.in to include them. "Documentation" for
25      MANIFEST.in may be found in disutils.filelist._parse_template_line.
26   4. python setup.py sdist
27      (if you find sdist a little verbose, add "-q" to the end of the command)
28   5. FTP the tar.gz from the dist directory to to the "incoming" directory on
29      "upload.sourceforge.net".
30   6. Make a quick release at:
31       http://sourceforge.net/project/admin/qrs.php?package_id=&group_id=31577
35 2. Author
36 =========
37 richard@sourceforge.net