File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ running:
11112. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1212 version and appropriate announcements. Add truncated announcement to
1313 setup.py description field.
14- 3. python setup.py clean --all
15- 4. Edit setup.py to ensure that all information therein (version, contact
14+ 3. Tag the CVS with a release tag (ie. 'release-N-N-N')
15+ 4. python setup.py clean --all
16+ 5. Edit setup.py to ensure that all information therein (version, contact
1617 information etc) is correct.
17- 5 . python setup.py sdist --manifest-only
18- 6 . Check the MANIFEST to make sure that any new files are included. If
18+ 6 . python setup.py sdist --manifest-only
19+ 7 . Check the MANIFEST to make sure that any new files are included. If
1920 they are not, edit MANIFEST.in to include them. "Documentation" for
2021 MANIFEST.in may be found in disutils.filelist._parse_template_line.
21- 7 . python setup.py sdist
22+ 8 . python setup.py sdist
2223 (if you find sdist a little verbose, add "--quiet" to the end of the
2324 command)
2425
You can’t perform that action at this time.
0 commit comments