From c4853b144a880f14f254ab8a65e3f159ab09d992 Mon Sep 17 00:00:00 2001 From: David Winterbottom Date: Wed, 23 Mar 2011 19:43:22 +0000 Subject: [PATCH] Fixed typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b716035cdc..da3c50e4a5f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author="David Winterbottom", author_email="david.winterbottom@tangentlabs.co.uk", package_dir={'': '.'}, - install_requires=['Django=1.3', + install_requires=['Django==1.3', 'MySQL-python==1.2.3', 'PIL==1.1.7'] ) \ No newline at end of file