Skip to content

Commit e94676d

Browse files
committed
include mrc test files in distribution
MRC files were left out from the distribution in PR #149. This commit adds them via explicit inclusion pattern in the pyproject.toml file
1 parent ad6c447 commit e94676d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ gridData = [
7171
"tests/datafiles/*.dx",
7272
"tests/datafiles/*.dx.gz",
7373
"tests/datafiles/*.ccp4",
74+
"tests/datafiles/*.mrc",
7475
"tests/datafiles/*.plt",
7576
"tests/datafiles/*.bz2",
7677
]

0 commit comments

Comments
 (0)