File: MANIFEST.in

package info (click to toggle)
python-shapely 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,528 kB
  • sloc: python: 18,648; ansic: 6,615; makefile: 88; sh: 62
file content (9 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
prune docs
exclude *.txt
exclude MANIFEST.in
include CITATION.cff CHANGES.txt CREDITS.txt LICENSE.txt README.rst
include pyproject.toml versioneer.py
recursive-include src *.c *.h
recursive-include shapely *.pxd *.pyx
recursive-exclude shapely *.c
include docs/*.rst