comparison MANIFEST.in @ 1002:d599d55a9a70 trunk

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).
author hodgestar
date Sun, 27 Jan 2013 15:08:45 +0000
parents 60906489b11a
children
comparison
equal deleted inserted replaced
996:0f4b2e892a48 1002:d599d55a9a70
1 include ChangeLog
2 include COPYING
3 recursive-include genshi *.py *.c *.txt *.html
4 recursive-include scripts *.py
5 recursive-include fixes *.py
6 recursive-include examples *
7 recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
8 recursive-exclude doc/logo.lineform *
1 exclude doc/2000ft.graffle 9 exclude doc/2000ft.graffle
2 recursive-exclude doc/logo.lineform * 10 global-exclude *.pyc
3 include doc/api/*.*
4 include doc/*.html
5 include fixes/*.* 11 include fixes/*.*
6 recursive-include genshi/template/tests/templates *.html *.txt 12 recursive-include genshi/template/tests/templates *.html *.txt
Copyright (C) 2012-2017 Edgewall Software