Skip to content

Commit

Permalink
remove explicit package find config, let setuptools be smart (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Warren <matt.warren+github-commits@cloudtruth.com>
  • Loading branch information
mattwwarren and mattwwarren authored May 17, 2024
1 parent 536498f commit 2947798
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ ignore_missing_imports = "true"
[tool.pytest.ini_options]
addopts = ["--import-mode=importlib", "--cov=dynamic_importer", "--cov-report=term-missing", "--cov-report=xml", "--mypy"]
minversion = 6.0

[tool.setuptools.packages.find]
where = ["src"]
include = ["dynamic_importer", "tests"]

0 comments on commit 2947798

Please # to comment.