mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Fixed packaging configuration. (#510)
Use auto-discovery, but make sure daphne package is correctly listed.
This commit is contained in:
parent
cf9145985b
commit
0f15e4595b
|
@ -1,3 +1,8 @@
|
|||
4.1.2 (2024-04-11)
|
||||
------------------
|
||||
|
||||
* Fixed a setuptools configuration error in 4.1.1.
|
||||
|
||||
4.1.1 (2024-04-10)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
__version__ = "4.1.1"
|
||||
__version__ = "4.1.2"
|
||||
|
||||
|
||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||
|
|
Loading…
Reference in New Issue
Block a user