From 2541c4cd26dc06ac3af0c40cadffb487ab034805 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 26 Jan 2009 17:16:59 -0400 Subject: Handle the VERSION more gracefully, and uninstall the Python Egg file. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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", -- cgit v1.2.3