diff setup.py @ 6:6a802c87f070

mv decoupage to the web module bc thats where it should live; increment version
author k0s <k0scist@gmail.com>
date Thu, 24 Dec 2009 22:37:38 -0500
parents 041958c8c8f2
children 16d41af2d8ef
line wrap: on
line diff
--- a/setup.py	Thu Dec 24 19:48:34 2009 -0500
+++ b/setup.py	Thu Dec 24 22:37:38 2009 -0500
@@ -6,7 +6,7 @@
 except IOError:
     description = ''
 
-version = '0.2'
+version = '0.3'
 
 setup(name='decoupage',
       version=version,
@@ -28,9 +28,6 @@
          'genshi',
          'martINI',
          ],
-      find_links=[
-        'https://svn.openplans.org/svn/standalone/martINI#egg=martINI',
-        ],
       entry_points="""
       # -*- Entry points: -*-
       [paste.app_factory]