File: MANIFEST.in

package info (click to toggle)
gsw 3.6.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,512 kB
  • sloc: ansic: 133,474; python: 2,055; makefile: 14; sh: 3
file content (20 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include *.txt
include README.md

graft gsw
recursive-include src *.c
recursive-include src *.h

prune docs
prune .github
prune tools
prune notebooks
prune *.egg-info

global-exclude *.so

exclude *.yml
exclude *.yaml
exclude .gitignore
exclude .isort.cfg
exclude .zenodo.json