mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
Ready for the draft PR
This commit is contained in:
parent
aae49a0bae
commit
63e51dbf62
|
@ -1,6 +1,6 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = "3.0.2"
|
__version__ = "3.0.10"
|
||||||
|
|
||||||
|
|
||||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open(readme_path) as fp:
|
||||||
long_description = fp.read()
|
long_description = fp.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="daphne",
|
name="adam-daphne",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
url="https://github.com/django/daphne",
|
url="https://github.com/django/daphne",
|
||||||
author="Django Software Foundation",
|
author="Django Software Foundation",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user