diff -r 9e0d3287d753 -r f85b864f5f8b buildout.cfg --- a/buildout.cfg Thu Jul 22 19:54:31 2010 +0530 +++ b/buildout.cfg Thu Jul 22 19:55:14 2010 +0530 @@ -1,16 +1,23 @@ [buildout] -parts = django tagging +parts = django tagging django-robots eggs = Werkzeug PIL + docutils [django] recipe = djangorecipe version = 1.2.1 settings = production eggs = ${buildout:eggs} -pythonpath = ${tagging:location} +pythonpath = + ${tagging:location} + ${django-robots:location} [tagging] recipe = infrae.subversion urls = http://django-tagging.googlecode.com/svn/trunk/ . + +[django-robots] +recipe = mercurialrecipe +repository = http://bitbucket.org/jezdez/django-robots/