Mercurial > p > roundup > code
comparison RELEASE.txt @ 6137:eb9d00db0923
Forgot to check in changed doc files for 2.0.0beta0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Apr 2020 10:06:08 -0400 |
| parents | d7ff9cb70f34 |
| children | 3cf5bcf2bb5c |
comparison
equal
deleted
inserted
replaced
| 6136:4006c6e5e7ef | 6137:eb9d00db0923 |
|---|---|
| 49 what would become 1.6) E.G. | 49 what would become 1.6) E.G. |
| 50 | 50 |
| 51 hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \ | 51 hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \ |
| 52 do echo $i; grep "$i" MANIFEST; done | uniq -c | 52 do echo $i; grep "$i" MANIFEST; done | uniq -c |
| 53 | 53 |
| 54 Anything with a count of 1 is not in the nanifest. | 54 Anything with a count of 1 is not in the manifest. |
| 55 If they are not, edit MANIFEST.in to include them. For format docs see | 55 If they are missing files that should be in the manifest, |
| 56 edit MANIFEST.in to include them. For format docs see | |
| 56 http://docs.python.org/2/distutils/sourcedist.html#manifest-template | 57 http://docs.python.org/2/distutils/sourcedist.html#manifest-template |
| 58 (Notes files for the website and issue tracker shouldn't be in the | |
| 59 manifest.) | |
| 57 11. python setup.py sdist | 60 11. python setup.py sdist |
| 58 (if you find sdist a little verbose, add "--quiet" to the end of the | 61 (if you find sdist a little verbose, add "--quiet" to the end of the |
| 59 command) | 62 command) |
| 60 12. Unpack the new tarball created in dist/roundup-<version>.tar.gz | 63 12. Unpack the new tarball created in dist/roundup-<version>.tar.gz |
| 61 file in /tmp then | 64 file in /tmp then |
