diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-26 17:16:59 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-26 17:16:59 -0400 |
commit | 2541c4cd26dc06ac3af0c40cadffb487ab034805 (patch) | |
tree | cfb8b33eddc1ecac7676d888786f5dcb3a87bb01 /python | |
parent | 082614a0869cde22d94fce525c5639f5e2f49700 (diff) | |
download | fork-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-x | python/setup.py | 2 |
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", |