summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-06-17 23:02:55 +0000
committernitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-06-17 23:02:55 +0000
commita204245ad0186b565c527a764efa682de9a0c7fc (patch)
treeceb8c1b2fafc7d2d5a94b9d11fbeac3235509f12
parent09d8e05ee85a104ed12752f20877536ed6bfaf80 (diff)
making setup.py actually install what it should
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@94 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
-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?