aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 13a92654fa88fdddcc039bd537072164e8d2f182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include README.md LEGAL.txt LICENSE.txt
include pyproject.toml
include requirements.txt
global-include CMakeLists.txt *.cmake *.in
recursive-include Source *
recursive-include Python *

# see .gitignore
prune cmake-build*
prune .spack-env*