From: Armin Ronacher Date: Fri, 23 Mar 2007 15:24:23 +0000 (+0100) Subject: [svn] jinja 1.0 out now X-Git-Tag: 2.0rc1~396 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36121f511ebca954dccafc6d59733498423556bb;p=jinja2.git [svn] jinja 1.0 out now --HG-- branch : trunk --- diff --git a/setup.py b/setup.py index 69d32b2..bea1d2d 100644 --- a/setup.py +++ b/setup.py @@ -41,10 +41,14 @@ If you have an application that uses Jinja 0.9 and won't be updated in the near future the best idea is to ship a Jinja 0.9 checkout together with the application. +The `Jinja trunk`_ is installable via `easy_install` with ``easy_install +Jinja==dev``. + .. _sandboxed: http://en.wikipedia.org/wiki/Sandbox_%28computer_security%29 .. _Django: http://www.djangoproject.com/ .. _jinja webpage: http://jinja.pocoo.org/ .. _documentation: http://jinja.pocoo.org/documentation/index.html +.. _Jinja trunk: http://trac.pocoo.org/repos/jinja/trunk#egg=Jinja-dev """ import os import ez_setup