mirror of
https://github.com/django/daphne.git
synced 2025-04-17 23:32:12 +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
|
||||
|
||||
[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
|
||||
|
|
Loading…
Reference in New Issue
Block a user