mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Update setup a little
This commit is contained in:
parent
ee20b26921
commit
b5400d0be5
4
setup.py
4
setup.py
|
@ -14,14 +14,14 @@ setup(
|
|||
url='http://www.djangoproject.com/',
|
||||
author='Django Software Foundation',
|
||||
author_email='foundation@djangoproject.com',
|
||||
description='Django HTTP/WebSocket server',
|
||||
description='Django ASGI (HTTP/WebSocket) server',
|
||||
long_description=open(readme_path).read(),
|
||||
license='BSD',
|
||||
zip_safe=False,
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'asgiref',
|
||||
'asgiref>=0.9',
|
||||
'twisted>=15.5',
|
||||
'autobahn>=0.12',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user