File: MANIFEST.in

package info (click to toggle)
python-wilderness 0.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: python: 2,176; makefile: 152; sh: 9
file content (9 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
recursive-include tests *.py
include LICENSE
include Makefile
include docs/conf.py
include docs/make.bat
include docs/Makefile
recursive-include docs *.rst
recursive-include examples *.py *.md
prune examples/*/build/*