Package twisted.plugins.fd_endpoint again

This commit is contained in:
InvalidInterrupt 2023-09-02 16:31:20 -07:00
parent e49c39a4e5
commit dc5e069ab1
2 changed files with 6 additions and 3 deletions

View File

@ -24,9 +24,7 @@ classifiers =
Topic :: Internet :: WWW/HTTP
[options]
package_dir =
twisted=daphne/twisted
packages = find:
packages = find_namespace:
include_package_data = True
install_requires =
asgiref>=3.5.2,<4
@ -48,6 +46,11 @@ tests =
pytest
pytest-asyncio
[options.packages.find]
include=
daphne.*
twisted.*
[flake8]
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
extend-ignore = E123, E128, E266, E402, W503, E731, W601