From 093963576aa258d8ecadee193149129173a78ab3 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Mon, 6 May 2013 11:35:26 -0400 Subject: [PATCH] Drop dependency link to jsonfield fork The latest build in PyPi includes the changes present in the fork --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 5dad811..d27ac0c 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,7 @@ 'django>=1.4,<1.6', 'modeltree>=1.1.5', 'South==0.7.6', - # Uses a dependency link below - 'jsonfield>=1.0b', + 'jsonfield==0.9.4', ] if sys.version_info < (2, 7): @@ -58,10 +57,6 @@ def run(self): 'extras': ['openpyxl>=1.6,<1.7'], }, - 'dependency_links': [ - 'https://github.com/cbmi/django-jsonfield/zipball/601872f#egg=jsonfield-1.0b', - ], - # Metadata 'name': 'avocado', 'version': __import__('avocado').get_version(),