summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore1
-rw-r--r--setup.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index da2d1113..95c2f939 100755
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ askbot/fixtures
*.egg
dist
*.egg-info
+build
diff --git a/setup.py b/setup.py
index 2074d27b..39b408c3 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,8 @@ if sys.platform not in WIN_PLATFORMS:
setup(
name = "askbot",
- version = "0.6.0",
+ version = "0.6.1",
+ description = 'Question and Answer forum, like StackOverflow, written in python and Django',
packages = find_packages(),
author = 'Evgeny.Fadeev',
author_email = 'evgeny.fadeev@gmail.com',