From ccc0ed49756ccacbf39a2642f6a5c8c25991f2a6 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 19 Aug 2010 01:14:10 -0400 Subject: fixed an error in setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 326ba971..55d9a67c 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,11 @@ WIN_PLATFORMS = ('win32', 'cygwin',) if sys.platform not in WIN_PLATFORMS: install_requires.append('mysql-python') +import askbot + setup( name = "askbot", - version = "0.6.8", + version = askbot.get_version(), description = 'Question and Answer forum, like StackOverflow, written in python and Django', packages = find_packages(), author = 'Evgeny.Fadeev', -- cgit v1.2.3-1-g7c22