X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=setup.py;h=856ec5b76d09155e5f5e0773c37b6f38f1a6232a;hb=75ffeb6b022b6bcccfd75ea2b20418db6623cde9;hp=698934f3f326fdcb035acdf97e54bd8502254c1c;hpb=fe22512b21959b4f5a966418ec2f98acf62eedb3;p=jinja2.git diff --git a/setup.py b/setup.py index 698934f..856ec5b 100644 --- a/setup.py +++ b/setup.py @@ -30,20 +30,14 @@ for the template designer too hard by giving him too few functionality. For more informations visit the new `Jinja2 webpage`_ and `documentation`_. -The `Jinja2 tip`_ is installable via `easy_install` with ``easy_install -Jinja2==dev``. - .. _sandboxed: http://en.wikipedia.org/wiki/Sandbox_(computer_security) .. _Django: http://www.djangoproject.com/ .. _Jinja2 webpage: http://jinja.pocoo.org/ .. _documentation: http://jinja.pocoo.org/2/documentation/ -.. _Jinja2 tip: http://dev.pocoo.org/hg/jinja2-main/archive/tip.tar.gz#egg=Jinja2-dev """ -import os import sys from setuptools import setup, Extension, Feature -from distutils.command.build_ext import build_ext debugsupport = Feature( 'optional C debug support', @@ -80,7 +74,7 @@ else: setup( name='Jinja2', - version='2.5.2', + version='2.6', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',