File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,18 @@ want it to stay that way, too.
77This means that we only need to ever build source releases. This is done by
88running:
99
10- 1. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
10+ 1. Make sure the unit tests run! "./run_tests"
11+ 2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1112 version and appropriate announcements. Add truncated announcement to
1213 setup.py description field.
13- 2 . python setup.py clean --all
14- 3 . Edit setup.py to ensure that all information therein (version, contact
14+ 3 . python setup.py clean --all
15+ 4 . Edit setup.py to ensure that all information therein (version, contact
1516 information etc) is correct.
16- 4 . python setup.py sdist --manifest-only
17- 5 . Check the MANIFEST to make sure that any new files are included. If
17+ 5 . python setup.py sdist --manifest-only
18+ 6 . Check the MANIFEST to make sure that any new files are included. If
1819 they are not, edit MANIFEST.in to include them. "Documentation" for
1920 MANIFEST.in may be found in disutils.filelist._parse_template_line.
20- 6 . python setup.py sdist
21+ 7 . python setup.py sdist
2122 (if you find sdist a little verbose, add "--quiet" to the end of the
2223 command)
2324
Original file line number Diff line number Diff line change 11===================================================
2- SC-Track Roundup 0.6.0b2 - an issue tracking system
2+ SC-Track Roundup 0.6.0b3 - an issue tracking system
33===================================================
44
55This is the second release of the new version of Roundup which contains a
You can’t perform that action at this time.
0 commit comments