-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathMANIFEST.in
More file actions
24 lines (20 loc) · 797 Bytes
/
MANIFEST.in
File metadata and controls
24 lines (20 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# all files to be included
include MANIFEST.in
include LICENSE.txt
include pyproject.toml
include CLASSIFIERS.txt
# recursive
recursive-include tofu/geom *.pxd
recursive-include tofu/geom/inputs *.txt
recursive-include tofu/spectro *.txt
# physics
recursive-include tofu/physics_tools/electrons_runaways/emission/ *.csv
recursive-include tofu/physics_tools/transmission/inputs_filter *.txt
recursive-include tofu/physics_tools/transmission/inputs_filter *.csv
# tests data
recursive-include tofu/tests/tests01_geom/test_data *.txt
recursive-include tofu/tests/tests01_geom/test_data *.npz
recursive-include tofu/tests/tests01_geom/test_data *.svg
recursive-include tofu/tests/tests04_spectro/test_data *.npz
recursive-include tofu/mag/mag_ripple *.sh
recursive-include tofu/mag/mag_ripple *.f