# HG changeset patch # User hodgestar # Date 1359299325 0 # Node ID d599d55a9a70002f48d49636755f0df2e386d28b # Parent 0f4b2e892a4812efb852ff753025d3bb946f5609 Update MANIFEST.in so that all files that are meant to be included in the source builds are included explicitly rather than relying on setuptools to find files under version control (since it fails to do so for svn 1.7.x and possibly other version control system). diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,12 @@ -exclude doc/2000ft.graffle +include ChangeLog +include COPYING +recursive-include genshi *.py *.c *.txt *.html +recursive-include scripts *.py +recursive-include fixes *.py +recursive-include examples * +recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING recursive-exclude doc/logo.lineform * -include doc/api/*.* -include doc/*.html +exclude doc/2000ft.graffle +global-exclude *.pyc include fixes/*.* recursive-include genshi/template/tests/templates *.html *.txt