--- a/setup.py Sat Feb 04 00:58:40 2012 +0100
+++ b/setup.py Sat Feb 04 09:24:56 2012 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.3.3'
+version = '0.3.6'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
@@ -46,7 +46,7 @@
keywords='ZTFY utilities for Zope3',
author='Thierry Florac',
author_email='tflorac@ulthar.net',
- url='http://trac.ztfy.org/ztfy.utils',
+ url='http://www.ztfy.org',
license='ZPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['ztfy'],