setup: Fix capitalization of CherryPy package

This commit is contained in:
Stein Magnus Jodal 2013-11-23 21:27:33 +01:00
parent 2b7bc870cf
commit c6ca88fdfc

View File

@ -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=[