Skip to content

Commit

Permalink
find packages using wildcards so imports like metplotpy.plots.difficu…
Browse files Browse the repository at this point in the history
…lty_index.mycolormaps will work
  • Loading branch information
georgemccabe committed Sep 23, 2024
1 parent 6a3bd6b commit b0c37f3
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 @@ -25,8 +25,8 @@ Homepage = "https://github.com/dtcenter/METplotpy"
version = {attr = "metplotpy.__version__"}
dependencies = {file = ["requirements.txt"]}

[tool.setuptools]
packages = ["metplotpy"]
[tool.setuptools.packages]
find = {include = ["metplotpy*"]}

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

0 comments on commit b0c37f3

Please sign in to comment.