Skip to content

Commit

Permalink
Fixed packaging configuration. (#510)
Browse files Browse the repository at this point in the history
Use auto-discovery, but make sure daphne package is correctly listed.
  • Loading branch information
carltongibson authored Apr 11, 2024
1 parent cf91459 commit 0f15e45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion daphne/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f15e45

Please sign in to comment.