Skip to content

Commit

Permalink
update toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Nov 10, 2023
1 parent 93305af commit a771634
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 @@ -45,10 +45,10 @@ console_scripts = { mvesuvio = "EVSVesuvio.scripts:main" }
[tool.setuptools.packages.find]
include = ["EVSVesuvio*"]
namespaces = false
namespace_packages=['EVSVesuvio.vesuvio_analysis.ip_files']

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

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

0 comments on commit a771634

Please sign in to comment.