summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-26 17:16:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-26 17:16:59 -0400
commit2541c4cd26dc06ac3af0c40cadffb487ab034805 (patch)
treecfb8b33eddc1ecac7676d888786f5dcb3a87bb01 /python
parent082614a0869cde22d94fce525c5639f5e2f49700 (diff)
downloadfork-ledger-2541c4cd26dc06ac3af0c40cadffb487ab034805.tar.gz
fork-ledger-2541c4cd26dc06ac3af0c40cadffb487ab034805.tar.bz2
fork-ledger-2541c4cd26dc06ac3af0c40cadffb487ab034805.zip
Handle the VERSION more gracefully, and uninstall the Python Egg file.
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index e040f51d..1e67fb00 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -8,7 +8,7 @@ defines = [('PYTHON_MODULE', 1)]
libs = os.environ["PYLIBS"].split()
setup(name = "Ledger",
- version = "2.7",
+ version = os.environ["VERSION"],
description = "Ledger Accounting Library",
author = "John Wiegley",
author_email = "johnw@newartisans.com",