Django-ification

This commit is contained in:
Andrew Godwin 2016-09-09 13:27:25 +01:00
parent 8662b02daf
commit 2176b209f7
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
daphne
======
.. image:: https://api.travis-ci.org/andrewgodwin/daphne.svg
:target: https://travis-ci.org/andrewgodwin/daphne
.. image:: https://api.travis-ci.org/django/daphne.svg
:target: https://travis-ci.org/django/daphne
.. image:: https://img.shields.io/pypi/v/daphne.svg
: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.
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>`_.

View File

@ -11,7 +11,7 @@ readme_path = os.path.join(os.path.dirname(__file__), "README.rst")
setup(
name='daphne',
version=__version__,
url='http://www.djangoproject.com/',
url='http://github.com/django/daphne',
author='Django Software Foundation',
author_email='foundation@djangoproject.com',
description='Django ASGI (HTTP/WebSocket) server',