Populated MANIFEST with more entries which were preiously missed or duplicated. Sorted within each "section"

This commit is contained in:
Yaroslav Halchenko
2014-10-27 21:27:51 -04:00
parent fc145eb795
commit 9e8e4dde69
3 changed files with 195 additions and 159 deletions

View File

@@ -47,6 +47,10 @@ Preparation
* Ensure the MANIFEST is complete
ad-hoc bash script to run in a clean clone:
find -type f | grep -v -e '\.git' -e '/doc/' -e '\.travis' -e MANIFEST | sed -e 's,^\./,,g' | while read f; do grep -ne "^$f\$" MANIFEST >/dev/null || echo "$f" ; done
* Run::
python setup.py sdist