Skip to content

Commit 349c3b0

Browse files
authored
need to add json files in (#184)
1 parent 75ee8ee commit 349c3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99
datafile = "src/skhep_testdata/data"
10-
data_ex = {".root", ".lhe", ".gz"}
10+
data_ex = {".root", ".lhe", ".gz", ".json"}
1111

1212
data_files = {n for n in os.listdir(datafile) if any(n.endswith(ex) for ex in data_ex)}
1313

0 commit comments

Comments
 (0)