File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1+ Roundup
2+ =======
3+
4+ This software is released under the GNU GPL. The copyright is held by Bizar
5+ Software Pty Ltd (http://www.bizarsoftware.com.au).
6+
7+ The stylesheet included with this package has been copied from the Zope
8+ management interface and presumably belongs to Digital Creations.
9+
10+
11+ 1. Building Releases
12+ ====================
13+
14+ Roundup is currently a source-only release - it has no binary components. I
15+ want it to stay that way, too.
16+
17+ This means that we only need to ever build source releases. This is done by
18+ running:
19+
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
31+
32+
33+
34+ 2. Author
35+ =========
36+ 37+
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ filter:
149149
1501506. Author
151151=========
152- richard@bizarsoftware.com.au
152+ richard@sourceforge.net
153153
154154
1551557. Thanks
You can’t perform that action at this time.
0 commit comments