diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,6 +10,6 @@ setup(name = "Ledger", url = "http://www.newartisans.com/johnw/", ext_modules = [ Extension("ledger", ["python.cc"], - define_macros = [('PYTHON_MODULE', None)], - libraries = ["ledger_bpy", "boost_python", "gmp", "pcre", - "xmlparse", "xmltok"])]) + define_macros = [('PYTHON_MODULE', None)], + libraries = ["ledger_bpy", "boost_python", "gmp", "pcre", + "xmlparse", "xmltok"])]) |