Skip to content

Commit

Permalink
fix(wheel): wheel did not contain a 'eligibility_server' directory
Browse files Browse the repository at this point in the history
our value for FLASK_APP expects this directory
  • Loading branch information
angela-tran committed Dec 19, 2023
1 parent b73035c commit f1760fe
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 f1760fe

Please sign in to comment.