forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
17 lines (16 loc) · 685 Bytes
/
MANIFEST.in
File metadata and controls
17 lines (16 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include python/taichi/*.md
recursive-include python/taichi/assets *
recursive-include python/taichi/examples *.py
include python/taichi/examples/autodiff/diff_sph/fc1_pretrained.pkl
include python/taichi/examples/autodiff/diff_sph/fc2_pretrained.pkl
include python/taichi/examples/algorithm/circle-packing/taichi_logo.png
recursive-include python/taichi/_lib/c_api *
include python/taichi/_lib/core/*.so
include python/taichi/_lib/core/*.pyd
include python/taichi/_lib/runtime/*.bc
include python/taichi/_lib/runtime/*.dylib
include python/taichi/shaders/*.spv
include python/taichi/shaders/*.vert
include python/taichi/shaders/*.frag
global-exclude *.pyc *.pyo
global-exclude ffmpeg