We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ee8ee commit 349c3b0Copy full SHA for 349c3b0
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup
8
9
datafile = "src/skhep_testdata/data"
10
-data_ex = {".root", ".lhe", ".gz"}
+data_ex = {".root", ".lhe", ".gz", ".json"}
11
12
data_files = {n for n in os.listdir(datafile) if any(n.endswith(ex) for ex in data_ex)}
13
0 commit comments