Skip to content

Commit

Permalink
specify src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 20, 2024
1 parent 0d522ec commit 5c259d4
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 @@ -72,12 +72,12 @@ license-files = [

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

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

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

0 comments on commit 5c259d4

Please sign in to comment.