mirror of
https://github.com/django/daphne.git
synced 2024-11-10 18:16:34 +03:00
Include test support files in sdist (#530)
Closes: https://github.com/django/daphne/issues/522
This commit is contained in:
parent
b1902e8ccd
commit
862ebcd08d
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
include LICENSE
|
||||
recursive-include tests *.py
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user