From a204245ad0186b565c527a764efa682de9a0c7fc Mon Sep 17 00:00:00 2001 From: nitromaster101 Date: Wed, 17 Jun 2009 23:02:55 +0000 Subject: making setup.py actually install what it should git-svn-id: http://freebase-python.googlecode.com/svn/trunk@94 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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? -- cgit v1.3.1