File: MANIFEST.in

package info (click to toggle)
genshi 0.7.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,924 kB
  • sloc: python: 16,505; javascript: 3,285; ansic: 734; xml: 45; cs: 31; sh: 28; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
include ChangeLog
# implied by setup.cfg -> license_files, repeated for clarity
include COPYING
recursive-include genshi *.py *.c *.txt *.html
recursive-include examples *
recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
recursive-exclude doc/logo.lineform *
exclude doc/2000ft.graffle
global-exclude *.pyc
recursive-include genshi/template/tests/templates *.html *.txt