Include test support files in sdist (#530)

Closes: https://github.com/django/daphne/issues/522
This commit is contained in:
Jon Janzen 2024-08-26 07:02:23 -07:00 committed by GitHub
parent b1902e8ccd
commit 862ebcd08d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
4.1.3 (to be released)
------------------
* Removed unused pytest-runner
* Fixed sdist file to ensure it includes all tests
4.1.2 (2024-04-11)
------------------

View File

@ -1 +1,2 @@
include LICENSE
recursive-include tests *.py

View File

@ -1,6 +1,6 @@
import sys
__version__ = "4.1.2"
__version__ = "4.1.3"
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with