Skip to content

Commit

Permalink
Fix: ensure nested packages are included in distribution (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Dec 18, 2023
2 parents a329b0e + 056f5f5 commit b73035c
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 @@ -51,7 +51,7 @@ source = ["eligibility_server"]
include = ["eligibility_server", "tests"]

[tool.setuptools]
packages = ["eligibility_server"]
package-dir = {"" = "eligibility_server"}

[tool.setuptools_scm]
# intentionally left blank, but we need the section header to activate the tool

0 comments on commit b73035c

Please sign in to comment.