File: MANIFEST.in

package info (click to toggle)
python-shapely 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,100 kB
  • ctags: 1,447
  • sloc: python: 7,449; makefile: 96; sh: 1
file content (12 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
exclude *.txt
recursive-exclude manual *
recursive-exclude debian *
recursive-exclude docs *
recursive-exclude DLLs_AMD64 *
recursive-exclude DLLs_x86 *
include CHANGES.txt CREDITS.txt LICENSE.txt README.rst VERSION.txt
recursive-include tests *.py *.txt
recursive-include shapely/examples *.py
recursive-exclude shapely/speedups *.pyx
include docs/*.rst
exclude MANIFEST.in