Skip to content

Commit

Permalink
correct file path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Nov 10, 2023
1 parent d41e8bf commit 07895a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ include = ["EVSVesuvio*"]
namespaces = false

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

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

0 comments on commit 07895a0

Please sign in to comment.