Skip to content

Commit

Permalink
Remove use of poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 27, 2024
1 parent 9f5c371 commit 4f00683
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 @@ -29,12 +29,12 @@ fail_under = 90

[tool.setuptools.packages.find]
where = ["."]
include = ["adijif"]
include = ["adijif*"]
exclude = ["tests*"]
namespaces = true

[tool.setuptools]
py-modules = ["adijif"]

[tool.setuptools.package-data]
adijif = ["adijif/converters/resources/*.csv"]
adijif = ["adijif/converters/resources/*.csv"]

0 comments on commit 4f00683

Please sign in to comment.