Skip to content

Commit

Permalink
add find directive
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Nov 9, 2023
1 parent 3e932b7 commit 97a2d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ tests_require = [
[project.entry-points]
console_scripts = { mvesuvio = "EVSVesuvio.scripts:main" }

[tool.setuptools.packages.find]
include = ["EVSVesuvio"]

[tool.setuptools.package-data]
"EVSvesuvio.vesuvio_analysis" = ["*.OPJ", "*.par", "*.DAT", "*.DAT3", "*.DAT6", "*.txt"]
"EVSvesuvio.experiments" = ["*.NXS", "*.nxs", "*.npz", "*.txt"]
Expand Down

0 comments on commit 97a2d24

Please sign in to comment.