Skip to content

Commit 4010a36

Browse files
committed
Add to release docs. Typo correction, direction on using mercurial to
find new files between two revisions. Update MANIFEST.in. New file detectors/README.txt added. Include roundup favicon, tools/base64, exclude development dregs (*.orig, *~ etc.)
1 parent 37b57d1 commit 4010a36

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ recursive-include share *
22
recursive-include roundup *.*
33
recursive-include frontends *.*
44
recursive-include scripts *.* *-*
5-
recursive-include tools *.*
5+
recursive-include tools *.* base64
66
recursive-include test *.py *.txt
77
recursive-include doc *.html *.png *.txt *.css *.example
8-
recursive-include detectors *.py
9-
global-exclude *.pyc *.pyo .DS_Store
8+
recursive-include detectors *.py README.txt
9+
global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#*
1010
include run_tests.py demo.py *.txt
11-
include doc/conf.py
11+
include doc/conf.py doc/roundup-favicon.ico
1212
exclude 2to3-done.txt
1313
exclude doc/security.txt
1414
include locale/*.po locale/*.mo locale/roundup.pot

RELEASE.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ Roundup release checklist:
1818
check that metadata is valid and long descriptions is proper reST:
1919
python setup.py check --restructuredtext --metadata --strict
2020
5. Clean out all *.orig, *.rej, .#* files from the source.
21-
6. Remove previuos build files
21+
6. Remove previous build files
2222
python setup.py clean --all
2323
7. Rebuild documentation in "share/doc/roundup/html"
2424
python setup.py build_doc
2525
8. python setup.py sdist --manifest-only
26-
9. Check the MANIFEST to make sure that any new files are included. If
27-
they are not, edit MANIFEST.in to include them. For format docs see
26+
9. Check the MANIFEST to make sure that any new files are included.
27+
(use hg status --rev <last release or tag>:tip to list changed
28+
added and removed files. Last release e.g. 1.5.1 where tip was
29+
what would become 1.6)
30+
If they are not, edit MANIFEST.in to include them. For format docs see
2831
http://docs.python.org/2/distutils/sourcedist.html#manifest-template
2932
10. python setup.py sdist
3033
(if you find sdist a little verbose, add "--quiet" to the end of the

0 commit comments

Comments
 (0)