From 0a6da3800b963b2104c8e10598ac7589a81f981e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 24 Aug 2008 01:59:07 +0000 Subject: - Remove ``sampleapp`` sample application from bfg package itself. - Remove dependency on FormEncode (only needed by sampleapp). - Fix paster template generation so that case-sensitivity is preserved for project vs. package name. - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` extra currently). --- setup.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 44aed8616..c526b3fa5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.3.1' +__version__ = '0.3.2' import os @@ -54,10 +54,8 @@ setup(name='repoze.bfg', 'zope.hookable', 'zope.event', 'WebOb', - 'Paste', - 'z3c.pt', - 'FormEncode', 'PasteScript', + 'z3c.pt [lxml]', 'Routes', ], tests_require=[ @@ -67,10 +65,8 @@ setup(name='repoze.bfg', 'zope.hookable', 'zope.event', 'WebOb', + 'z3c.pt [lxml]', 'Paste', - 'z3c.pt', - 'FormEncode', - 'PasteScript', 'Routes', 'Sphinx', 'docutils', -- cgit v1.2.3