setup: Fix capitalization of CherryPy package
This commit is contained in:
parent
2b7bc870cf
commit
c6ca88fdfc
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ setup(
|
|||||||
'Pykka >= 1.1',
|
'Pykka >= 1.1',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'http': ['cherrypy >= 3.2.2', 'ws4py >= 0.2.3'],
|
'http': ['CherryPy >= 3.2.2', 'ws4py >= 0.2.3'],
|
||||||
},
|
},
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user