From a73ec6f7dc33ef8aa1cc54e63c79feab9ccd3a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 30 Jun 2011 15:45:17 +0200 Subject: [PATCH] removing paste stuff from setup.py --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9e3c525..de6dfc6 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,4 @@ setup(name='themis.datatypes', [z3c.autoinclude.plugin] target = plone """, - setup_requires=["PasteScript"], - paster_plugins=["ZopeSkel"], )