summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaiju Muthukadan <baiju.m.mail@gmail.com>2007-03-21 05:28:02 +0000
committerBaiju Muthukadan <baiju.m.mail@gmail.com>2007-03-21 05:28:02 +0000
commitf6e42fd3d47a2a0c9a865f10e41b667364732b77 (patch)
tree9dc4bc84849930ec14ec3476eb37472879b85ef2
parent863f58874bfa758588df64c0c19a283a56e986e7 (diff)
downloadzope-tal-f6e42fd3d47a2a0c9a865f10e41b667364732b77.tar.gz
- zope.i18n is a dependency
- Incremented vesion to 3.4dev - set svn properties
-rw-r--r--bootstrap.py2
-rw-r--r--setup.py7
2 files changed, 4 insertions, 5 deletions
diff --git a/bootstrap.py b/bootstrap.py
index e2facc9..b5b9c13 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -17,7 +17,7 @@ Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
-$Id: bootstrap.py 72703 2007-02-20 11:49:26Z jim $
+$Id$
"""
import os, shutil, sys, tempfile, urllib2
diff --git a/setup.py b/setup.py
index bc67c8f..fbf1a90 100644
--- a/setup.py
+++ b/setup.py
@@ -21,10 +21,10 @@ import os
from setuptools import setup, find_packages
setup(name='zope.tal',
- version='3.3dev',
+ version='3.4dev',
url='http://svn.zope.org/zope.tal',
license='ZPL 2.1',
- description='Zope3 Template Application Languate (TAL)',
+ description='Zope 3 Template Application Languate (TAL)',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
@@ -34,9 +34,8 @@ setup(name='zope.tal',
namespace_packages=['zope',],
tests_require = ['zope.testing'],
install_requires=['setuptools',
- 'zope.deprecation',
- 'zope.i18n',
'zope.i18nmessageid',
+ 'zope.i18n',
'zope.interface',
],
include_package_data = True,