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 77c66f9 commit 82a9b2bCopy full SHA for 82a9b2b
setup.py
@@ -25,7 +25,9 @@
25
"Wyckoff positions",
26
"Crystal Structure Prediction",
27
],
28
- package_data={"": ["**/*.json"]}, # include all JSON files in the package
+ # if any package at most 2 levels under the aviary namespace contains *.json files,
29
+ # include them in the package
30
+ package_data={"aviary": ["**/**/*.json"]},
31
python_requires=">=3.7",
32
install_requires=[
33
"scipy",
0 commit comments