mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Add correct license (MIT) to trove classifiers in setup.py
This commit is contained in:
parent
9de6b8dc9d
commit
97cc333c5e
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -28,8 +28,10 @@ setup(
|
|||
],
|
||||
},
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: Software Development :: Libraries",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue