Skip to content

Commit

Permalink
changes in response to issue #243
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-terrones committed Jun 30, 2024
1 parent a9eeff8 commit 20d9160
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ build-backend = "setuptools.build_meta"
where = ["."]

[tool.setuptools.package-data]
"molSimplify.Data" = ["*.dat"]
"molSimplify.Bind" = ["*.dat"]
"molSimplify.Ligands" = ["*.dict", "*.mol", "*.xyz", "*.smi"]
"molSimplify.Bind" = ["*.dat", "*.dict"]
"molSimplify.Cores" = ["*.dict"]
"molSimplify.Data" = ["*.dat", "*.dict"]
"molSimplify.Ligands" = ["*.dict", "*.mol", "*.smi", "*.xyz"]
"molSimplify.Substrates" = ["*.dict", "*.mol", "*.xyz"]
"molSimplify.icons" = ["*.png"]
"molSimplify.python_nn" = ["*.csv"]
"molSimplify.python_krr" = ["*.csv"]
"molSimplify.python_nn" = ["*.csv"]
"molSimplify.tf_nn" = ["*/*"]

0 comments on commit 20d9160

Please sign in to comment.