File: MANIFEST.in

package info (click to toggle)
snowballz 0.9.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,964 kB
  • sloc: python: 7,512; makefile: 14; sh: 2
file content (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
recursive-include data *.*
recursive-exclude data *.xcf
recursive-include buildings *.py*
recursive-exclude buildings *.pyc*
recursive-include maps *.zip
recursive-include maps *.py
recursive-include plugins *.*
recursive-exclude plugins *.pyc
include *.py
exclude *.pyc
include LICENSE
include README
include AUTHORS
include *.txt MANIFEST.in MANIFEST