MANIFEST.in 182 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
include LICENSE
include build.py
include build.sh

recursive-include torch_spline_conv/src *
recursive-include torch_spline_conv/kernel *

recursive-exclude torch_spline_conv/_ext *