Edgewall Software

source: trunk/MANIFEST.in

Last change on this file was 1225, checked in by hodgestar, 11 years ago

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).

  • Property svn:eol-style set to native
File size: 409 bytes
RevLine 
[1225]1include ChangeLog
2include COPYING
3recursive-include genshi *.py *.c *.txt *.html
4recursive-include scripts *.py
5recursive-include fixes *.py
6recursive-include examples *
7recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
8recursive-exclude doc/logo.lineform *
[308]9exclude doc/2000ft.graffle
[1225]10global-exclude *.pyc
[1186]11include fixes/*.*
[1154]12recursive-include genshi/template/tests/templates *.html *.txt
Note: See TracBrowser for help on using the repository browser.