From 7eb5758c72029b6ea7706cdfd247b8c58e5835d5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 21 Jun 2010 23:23:45 -0400 Subject: added robots.txt nbsp chars instead of eatenup spaces by the spaceless middleware and simplified a query in tags manager --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1fc5bc02..f2e78939 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ install_requires = [ 'python-openid', 'django-keyedcache', 'django-threaded-multihost', + 'django-robots', ] WIN_PLATFORMS = ('win32', 'cygwin',) if sys.platform not in WIN_PLATFORMS: @@ -20,7 +21,7 @@ if sys.platform not in WIN_PLATFORMS: setup( name = "askbot", - version = "0.6.3", + version = "0.6.4", description = 'Question and Answer forum, like StackOverflow, written in python and Django', packages = find_packages(), author = 'Evgeny.Fadeev', @@ -42,6 +43,7 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Natural Language :: English', + 'Natural Language :: Finnish', 'Natural Language :: German', 'Natural Language :: Russian', 'Natural Language :: Serbian', -- cgit v1.2.3-1-g7c22