Skip to content

Commit

Permalink
per #475, add default config files to python package
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 18, 2024
1 parent d8c7c75 commit 9e642b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ version = {attr = "metplotpy.__version__"}
[tool.setuptools.packages]
find = {include = ["metplotpy*"]}

[tool.setuptools.package-data]
metplotpy = [
"plots/config/**",
]

[tool.pytest.ini_options]
testpaths = ["test"]

Expand Down

0 comments on commit 9e642b4

Please sign in to comment.