Skip to content

Commit

Permalink
capture rules in source data
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 30, 2023
1 parent 90fabcb commit 6d4e196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ version = {attr = "therapy.version.__version__"}
[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
"therapy.etl" = ["*.csv"]

[tool.pytest.ini_options]
addopts = "--cov=src --cov-report term-missing"
testpaths = ["tests"]
Expand Down

0 comments on commit 6d4e196

Please sign in to comment.