Skip to content

Commit

Permalink
Include all subpackages in setuptools find
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed Feb 6, 2025
1 parent 2e037d0 commit 293839d
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 @@ -57,5 +57,5 @@ zip-safe = true
include-package-data = true

[tool.setuptools.packages.find]
include = ["wyoming_satellite"]
include = ["wyoming_satellite", "wyoming_satellite.*"]
exclude = ["tests", "tests.*"]

0 comments on commit 293839d

Please sign in to comment.