mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Fix twisted.plugin install (#507)
This commit is contained in:
parent
63790936d1
commit
c0b630834c
|
@ -26,7 +26,9 @@ classifiers =
|
||||||
[options]
|
[options]
|
||||||
package_dir =
|
package_dir =
|
||||||
twisted=daphne/twisted
|
twisted=daphne/twisted
|
||||||
packages = find:
|
packages =
|
||||||
|
daphne
|
||||||
|
twisted.plugins
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
asgiref>=3.5.2,<4
|
asgiref>=3.5.2,<4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user