mirror of
https://github.com/django/daphne.git
synced 2025-07-12 08:52:18 +03:00
Package twisted.plugins.fd_endpoint again
This commit is contained in:
parent
e49c39a4e5
commit
dc5e069ab1
|
@ -24,9 +24,7 @@ classifiers =
|
||||||
Topic :: Internet :: WWW/HTTP
|
Topic :: Internet :: WWW/HTTP
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
package_dir =
|
packages = find_namespace:
|
||||||
twisted=daphne/twisted
|
|
||||||
packages = find:
|
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
asgiref>=3.5.2,<4
|
asgiref>=3.5.2,<4
|
||||||
|
@ -48,6 +46,11 @@ tests =
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
|
||||||
|
[options.packages.find]
|
||||||
|
include=
|
||||||
|
daphne.*
|
||||||
|
twisted.*
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
||||||
extend-ignore = E123, E128, E266, E402, W503, E731, W601
|
extend-ignore = E123, E128, E266, E402, W503, E731, W601
|
||||||
|
|
Loading…
Reference in New Issue
Block a user