From 29eef8ca0de60e184b07b30d14de8948ba6eada4 Mon Sep 17 00:00:00 2001 From: Stephen Burrows Date: Sun, 18 Sep 2011 23:18:19 -0700 Subject: [PATCH] Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3d740f8..d3fa76b 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,6 @@ setup( install_requires = [ 'django>=1.3', - 'python>=2.5.4', 'django-mptt>0.4.2,==dev', ], extras_require = { -- 2.20.1