mirror of
https://github.com/django/daphne.git
synced 2025-07-25 14:39:46 +03:00
Fixed setuptools configuration
Port correct configuration from old setup.cfg file. Regression in #542. Fixes #557.
This commit is contained in:
parent
03e0c8f20c
commit
1fb7df7585
|
@ -55,7 +55,7 @@ requires = ["setuptools"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["daphne"]
|
||||
package-dir = { daphne = "daphne", twisted = "daphne/twisted" }
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "daphne.__version__" }
|
||||
|
|
Loading…
Reference in New Issue
Block a user