removed an older python file
This commit is contained in:
parent
9eea66c6f8
commit
a54030a486
1 changed files with 0 additions and 15 deletions
15
setup.py
15
setup.py
|
|
@ -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"])])
|
||||
Loading…
Add table
Reference in a new issue