diff --git a/setup.py b/setup.py index 511a16e8..f43981bf 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( 'Pykka >= 1.1', ], extras_require={ - 'http': ['cherrypy >= 3.2.2', 'ws4py >= 0.2.3'], + 'http': ['CherryPy >= 3.2.2', 'ws4py >= 0.2.3'], }, test_suite='nose.collector', tests_require=[