Skip to content

Commit

Permalink
fix formsatting
Browse files Browse the repository at this point in the history
  • Loading branch information
epens94 committed Oct 24, 2024
1 parent db98bc7 commit b2c8367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ script-files = [
version = {attr = "schnetpack.__version__"}

# Ensure package data such as resources are included
package-data = { "schnetpack.train" = ["ressources/partition_spline_for_robust_loss.npz"] }

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
schnetpack = ["configs/**/*.yaml"]
schnetpack = ["configs/**/*.yaml","train/resources/*.npz"]

0 comments on commit b2c8367

Please sign in to comment.