Skip to content

Commit

Permalink
Fix twisted.plugin install (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdc50 committed Apr 10, 2024
1 parent 6379093 commit c0b6308
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ classifiers =
[options]
package_dir =
twisted=daphne/twisted
packages = find:
packages =
daphne
twisted.plugins
include_package_data = True
install_requires =
asgiref>=3.5.2,<4
Expand Down

0 comments on commit c0b6308

Please sign in to comment.