Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Fix incorrect format for the django-jsonfield dependency link
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Oct 26, 2012
1 parent a953dd4 commit 86a6aad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ def run(self):
'install_requires': [
'django>=1.4,<1.5',
'modeltree==1.1',
'jsonfield',

# Uses a dependency link below
'jsonfield>=1.0',
],

'test_suite': 'test_suite',
Expand Down Expand Up @@ -51,7 +53,7 @@ def run(self):
},

'dependency_links': [
'https://github.com/bradjasper/django-jsonfield/zipball/3bccdc47#egg=jsonfield',
'https://github.com/bradjasper/django-jsonfield/zipball/3bccdc47#egg=jsonfield-1.0',
],

# Metadata
Expand Down

0 comments on commit 86a6aad

Please sign in to comment.