Skip to content

Commit

Permalink
Relax options.packages.find.include to make tox happy
Browse files Browse the repository at this point in the history
Setuptools handled this fine but tox skips installing modules within
the top-level package
  • Loading branch information
InvalidInterrupt committed Sep 4, 2023
1 parent 5517728 commit 50829d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ tests =

[options.packages.find]
include=
daphne.*
twisted.*
daphne*
twisted*

[flake8]
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
Expand Down

0 comments on commit 50829d9

Please sign in to comment.