removed an older python file

This commit is contained in:
John Wiegley 2004-08-29 23:33:49 -04:00
parent 9eea66c6f8
commit a54030a486

View file

@ -1,15 +0,0 @@
#!/usr/bin/env python
from distutils.core import setup, Extension
setup(name = "Ledger",
version = "2.0b",
description = "Ledger Accounting Tool",
author = "John Wiegley",
author_email = "johnw@newartisans.com",
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"])])