Skip to content

Commit

Permalink
Fix: wheel did not contain a 'eligibility_server' directory (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Dec 19, 2023
2 parents b73035c + f1760fe commit 96e8f16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ source = ["eligibility_server"]
[tool.pyright]
include = ["eligibility_server", "tests"]

[tool.setuptools]
package-dir = {"" = "eligibility_server"}
[tool.setuptools.packages.find]
include = ["eligibility_server*"]
namespaces = false

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

0 comments on commit 96e8f16

Please sign in to comment.