Skip to content

Commit

Permalink
MANIFEST fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Feb 20, 2010
1 parent 429ed20 commit 27f7c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
@@ -1,10 +1,13 @@

include MANIFEST.in README README.w32 NEWS CREDITS COPYING

include docs/examples/*.cfg
include docs/buildbot.texinfo docs/buildbot.info* docs/buildbot.html
include docs/*.texinfo docs/buildbot.info* docs/buildbot.html
include docs/*.png docs/images/*.png docs/images/*.svg docs/images/*.txt docs/images/*.ai
include docs/images/icon.blend docs/images/Makefile
include docs/epyrun docs/gen-reference docs/Makefile
include docs/version.py

include buildbot/broken_test/unit/mail/* buildbot/broken_test/unit/subdir/*
include buildbot/scripts/sample.cfg
include buildbot/status/web/files/*
Expand Down
1 change: 1 addition & 0 deletions test-dist.sh
Expand Up @@ -30,6 +30,7 @@ for f in `git ls-files`; do
echo $f | grep -q "\.mailmap" && continue
echo $f | grep -q "\.git" && continue
echo $f | grep -q "^docs/PyCon" && continue
echo $f | grep -q "^twisted" && continue
if ! grep -q $f distfiles; then
echo "NOT FOUND: $f";
fi
Expand Down

0 comments on commit 27f7c69

Please sign in to comment.