File: MANIFEST.in

package info (click to toggle)
scikit-build 0.18.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,792 kB
  • sloc: python: 5,258; cpp: 284; makefile: 171; f90: 12; sh: 7
file content (8 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
include hello/hello_include_from_manifest.txt
include hello2/hello2_include_from_manifest.txt

include hello/data/subdata/*.txt
include hello2/data2/subdata2/*.txt

exclude */data*/subdata*/*_exclude_from_manifest.txt
exclude MANIFEST.in