Skip to content

Commit ca7f7b4

Browse files
committed
Revise BUILD.txt
1 parent c5b8d42 commit ca7f7b4

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

BUILD.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
Building Releases
22
=================
33

4-
Roundup is currently a source-only release - it has no binary components. I
5-
want it to stay that way, too. This document describes how to build a
6-
source release. Users of Roundup should read the doc/installation.txt file
7-
to find out how to install this software.
4+
Roundup is a pure Python application with no binary components. This file
5+
describes how to build a source release. To find out how to install
6+
Roundup, read the doc/installation.txt file.
87

9-
Building and distributing a release of Roundup is done by running:
8+
Roundup release checklist:
109

11-
1. Make sure the unit tests run! "./run_tests.py"
12-
2. Edit roundup/__init__.py, CHANGES.txt and doc/announcement.txt to
13-
reflect the new version and appropriate announcements.
14-
3. Note the date in the CHANGES.txt file.
10+
1. Run unit tests! They should pass successfully. "./run_tests.py"
11+
2. Change version in roundup/__init__.py, record date in CHANGES.txt.
12+
3. Update doc/announcement.txt with new details.
1513
4. Clean out all *.orig, *.rej, .#* files from the source.
1614
5. python setup.py clean --all
17-
6. Edit setup.py to ensure that all information therein (version, contact
18-
information etc) is correct.
15+
6. Edit setup.py to ensure that all information therein (contacts,
16+
classifiers, etc) is correct.
1917
7. python setup.py build_doc
2018
8. python setup.py sdist --manifest-only
2119
9. Check the MANIFEST to make sure that any new files are included. If

0 commit comments

Comments
 (0)