File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ recursive-include share *
22recursive-include roundup *.*
33recursive-include frontends *.*
44recursive-include scripts *.* *-*
5- recursive-include tools *.*
5+ recursive-include tools *.* base64
66recursive-include test *.py *.txt
77recursive-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 *~ \#*
1010include run_tests.py demo.py *.txt
11- include doc/conf.py
11+ include doc/conf.py doc/roundup-favicon.ico
1212exclude 2to3-done.txt
1313exclude doc/security.txt
1414include locale/*.po locale/*.mo locale/roundup.pot
Original file line number Diff line number Diff 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
20205. 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
23237. Rebuild documentation in "share/doc/roundup/html"
2424 python setup.py build_doc
25258. 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
293210. python setup.py sdist
3033 (if you find sdist a little verbose, add "--quiet" to the end of the
You can’t perform that action at this time.
0 commit comments