Include test support files in sdist

Closes: https://github.com/django/daphne/issues/522
This commit is contained in:
Jon Janzen 2024-08-25 16:44:30 -07:00
parent b1902e8ccd
commit d9949ce1b1
No known key found for this signature in database
GPG Key ID: E94F06E2BB151B1B
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