Skip to content

Commit 96f5ffa

Browse files
authored
Merge pull request #239 from ucgmsim/setup
fix setup
2 parents 84775cf + 1b01e54 commit 96f5ffa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ def prepare_data():
5252
packages=[PACKAGE_NAME],
5353
url=PACKAGE_URL,
5454
description="QuakeCoRE Library",
55-
package_data={"qcore": [os.path.join("configs", "*.json")]},
55+
package_data={
56+
"qcore": [os.path.join("configs", "*.json"), "data/*", "data/*/*", "data/*/*/*"]
57+
},
5658
include_package_data=True,
5759
install_requires=["numpy", "scipy>=0.16", "dataclasses"],
5860
)

0 commit comments

Comments
 (0)