~ztk-steering-group/zope.viewlet/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: nadako
  • Date: 2009-03-17 21:27:19 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.viewlet/trunk:98216
Drop all testing dependncies except ``zope.testing``. Fix useless module description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
      package_dir = {'': 'src'},
56
56
      namespace_packages=['zope'],
57
57
      extras_require = dict(
58
 
          test=['zope.app.testing',
59
 
                'zope.testing',
60
 
                'zope.app.securitypolicy',
61
 
                'zope.app.zcmlfiles']),
 
58
          test=['zope.testing',]),
62
59
      install_requires=[
63
60
          'setuptools',
64
61
          'zope.app.pagetemplate',