From c6ca88fdfc014abe64c59d7be2e919bd33d5d7a5 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 23 Nov 2013 21:27:33 +0100 Subject: [PATCH] setup: Fix capitalization of CherryPy package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[