mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Django-ification
This commit is contained in:
parent
8662b02daf
commit
2176b209f7
|
@ -1,8 +1,8 @@
|
||||||
daphne
|
daphne
|
||||||
======
|
======
|
||||||
|
|
||||||
.. image:: https://api.travis-ci.org/andrewgodwin/daphne.svg
|
.. image:: https://api.travis-ci.org/django/daphne.svg
|
||||||
:target: https://travis-ci.org/andrewgodwin/daphne
|
:target: https://travis-ci.org/django/daphne
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/daphne.svg
|
.. image:: https://img.shields.io/pypi/v/daphne.svg
|
||||||
:target: https://pypi.python.org/pypi/daphne
|
:target: https://pypi.python.org/pypi/daphne
|
||||||
|
@ -67,4 +67,4 @@ https://docs.djangoproject.com/en/dev/internals/security/.
|
||||||
To report bugs or request new features, please open a new GitHub issue.
|
To report bugs or request new features, please open a new GitHub issue.
|
||||||
|
|
||||||
This repository is part of the Channels project. For the shepherd and maintenance team, please see the
|
This repository is part of the Channels project. For the shepherd and maintenance team, please see the
|
||||||
`main Channels readme <https://github.com/andrewgodwin/channels/blob/master/README.rst>`_.
|
`main Channels readme <https://github.com/django/channels/blob/master/README.rst>`_.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ readme_path = os.path.join(os.path.dirname(__file__), "README.rst")
|
||||||
setup(
|
setup(
|
||||||
name='daphne',
|
name='daphne',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
url='http://www.djangoproject.com/',
|
url='http://github.com/django/daphne',
|
||||||
author='Django Software Foundation',
|
author='Django Software Foundation',
|
||||||
author_email='foundation@djangoproject.com',
|
author_email='foundation@djangoproject.com',
|
||||||
description='Django ASGI (HTTP/WebSocket) server',
|
description='Django ASGI (HTTP/WebSocket) server',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user