Code

fee438f026941b0a3395c92617510818f5d7124e
[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. ./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. ./setup.py sdist
27   5. FTP the tar.gz from the dist directory to to the "incoming" directory on
28      "upload.sourceforge.net".
29   6. Make a quick release at:
30       http://sourceforge.net/project/admin/qrs.php?package_id=&group_id=31577
34 2. Author
35 =========
36 richard@sourceforge.net