summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-10-17 16:12:55 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2010-10-17 16:12:55 +0200
commit1c5be8e9769a5640bb17ec468ca04582368256a1 (patch)
tree048cd9d0d66f6fc1115b2deb82788322a161b9d2
parent54a13bce8f75a528cbe6b0439d8c31db2938f66f (diff)
downloadjinja2-1c5be8e9769a5640bb17ec468ca04582368256a1.tar.gz
Updated setup file for URLs
-rw-r--r--setup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index fc3ac1f..7de859a 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',