summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6d9b7b7..75d76ba 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(
'fcl = freebase.fcl.fcl:main'
]
},
- requires=[
+ install_requires=[
"simplejson",
],
#download_url='xxx', # provided by cheeseshop?