Fix twisted.plugin install (#507)

This commit is contained in:
sdc50 2024-04-10 09:33:21 -06:00 committed by GitHub
parent 63790936d1
commit c0b630834c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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