[svn] jinja 1.0 out now
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 23 Mar 2007 15:24:23 +0000 (16:24 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 23 Mar 2007 15:24:23 +0000 (16:24 +0100)
--HG--
branch : trunk

setup.py

index 69d32b22af33fab3b2dde2a6484ca3c0ee6af769..bea1d2dee9004f776dc554be9e095958550daae2 100644 (file)
--- 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