Skip to content

Commit

Permalink
correct toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Nov 10, 2023
1 parent 36d45ea commit 93305af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ console_scripts = { mvesuvio = "EVSVesuvio.scripts:main" }

[tool.setuptools.packages.find]
include = ["EVSVesuvio*"]
namespaces = false

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

[tool.pytest.ini_options]
pythonpath = ["."]
Expand Down

0 comments on commit 93305af

Please sign in to comment.