Skip to content

Commit

Permalink
Fix import error for kgcnn.crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
PatReis committed May 18, 2023
1 parent af864ac commit 7b46b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include kgcnn *.py *.json *.yaml *.md
recursive-include kgcnn *.py *.json *.yaml *.md *.csv
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
packages=find_packages(),
include_package_data=True,
package_data={"kgcnn": ["*.json", "*.yaml", "*.csv"]},
package_data={"kgcnn": ["*.json", "*.yaml", "*.csv", "*.md"]},
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 7b46b03

Please sign in to comment.