Skip to content

Commit

Permalink
experimented with setuptools-scm, but no luck to exclude file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 18, 2024
1 parent 2f36ad0 commit 605df2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ feff_plot_cross_section = "pymatgen.cli.feff_plot_cross_section:main"
feff_plot_dos = "pymatgen.cli.feff_plot_dos:main"
get_environment = "pymatgen.cli.get_environment:main"

[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data]
"*" = ["*", ] # include everything under src/ dir as data files

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

0 comments on commit 605df2c

Please sign in to comment.