diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-29 23:33:49 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-29 23:33:49 -0400 |
commit | a54030a486676cca8068538d2701d5beda8c04fa (patch) | |
tree | 97e0ee3eb73b03630a4328345c5557b83b56ae6f | |
parent | 9eea66c6f8182ff396141a7be11837b0a0473a36 (diff) | |
download | fork-ledger-a54030a486676cca8068538d2701d5beda8c04fa.tar.gz fork-ledger-a54030a486676cca8068538d2701d5beda8c04fa.tar.bz2 fork-ledger-a54030a486676cca8068538d2701d5beda8c04fa.zip |
removed an older python file
-rwxr-xr-x | setup.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/setup.py b/setup.py deleted file mode 100755 index 5452e0ee..00000000 --- a/setup.py +++ /dev/null @@ -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"])]) |