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

recursive-include torch_cluster/src *
recursive-include torch_cluster/kernel *

recursive-exclude torch_cluster/_ext *