mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Wrong license listed in the setup() vars.
This commit is contained in:
parent
c1aec22097
commit
fe3f7db88c
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ setup(
|
|||||||
).read(),
|
).read(),
|
||||||
author = 'Benoit Chesneau',
|
author = 'Benoit Chesneau',
|
||||||
author_email = 'benoitc@e-engura.com',
|
author_email = 'benoitc@e-engura.com',
|
||||||
license = 'Apache License 2',
|
license = 'MIT',
|
||||||
url = 'http://gunicorn.org',
|
url = 'http://gunicorn.org',
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user