Skip to content

Commit

Permalink
fix namespace package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 21, 2024
1 parent de3a7c5 commit d24bb9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,8 @@ license-files = [

[tool.setuptools.packages.find]
where = [
"lib",
"lib/",
]
namespaces = false

[tool.setuptools.package-dir]
"" = "lib"

[tool.setuptools.package-data]
"stsci.tools.tests" = [
Expand Down

0 comments on commit d24bb9d

Please sign in to comment.