mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +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/',
|
url='http://www.djangoproject.com/',
|
||||||
author='Django Software Foundation',
|
author='Django Software Foundation',
|
||||||
author_email='foundation@djangoproject.com',
|
author_email='foundation@djangoproject.com',
|
||||||
description='Django HTTP/WebSocket server',
|
description='Django ASGI (HTTP/WebSocket) server',
|
||||||
long_description=open(readme_path).read(),
|
long_description=open(readme_path).read(),
|
||||||
license='BSD',
|
license='BSD',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'asgiref',
|
'asgiref>=0.9',
|
||||||
'twisted>=15.5',
|
'twisted>=15.5',
|
||||||
'autobahn>=0.12',
|
'autobahn>=0.12',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user