Relax options.packages.find.include to make tox happy

Setuptools handled this fine but tox skips installing modules within
the top-level package
This commit is contained in:
InvalidInterrupt 2023-09-02 19:04:01 -07:00
parent 5517728b19
commit 50829d9242

View File

@ -49,8 +49,8 @@ tests =
[options.packages.find] [options.packages.find]
include= include=
daphne.* daphne*
twisted.* twisted*
[flake8] [flake8]
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/* exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*