Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Add yaml configs as additional files for installation in setup.py
  • Loading branch information
NiklasGebauer authored Nov 7, 2024
1 parent 87a1986 commit d52e835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def read(
name="schnetpack-gschnet",
packages=find_packages("src"),
package_dir={"": "src"},
package_data={"schnetpack_gschnet": ["configs/**/*.yaml"]},
version="1.1.0",
author="Niklas Gebauer",
scripts=[
Expand Down

0 comments on commit d52e835

Please sign in to comment.