Fixed packaging configuration. (#510)

Use auto-discovery, but make sure daphne package is correctly listed.
This commit is contained in:
Carlton Gibson 2024-04-11 15:23:49 +02:00 committed by GitHub
parent cf9145985b
commit 0f15e4595b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

@ -25,10 +25,8 @@ classifiers =
[options]
package_dir =
daphne=daphne
twisted=daphne/twisted
packages =
daphne
twisted.plugins
include_package_data = True
install_requires =
asgiref>=3.5.2,<4