mirror of
https://github.com/django/daphne.git
synced 2025-04-20 16:52:03 +03:00
Fixed #505: Add classifiers to setup.py
This commit is contained in:
parent
db8a4570c3
commit
9942c59851
17
setup.py
17
setup.py
|
@ -15,5 +15,20 @@ setup(
|
|||
'Django>=1.8',
|
||||
'asgiref>=0.13',
|
||||
'daphne>=1.0.0',
|
||||
]
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user