Commit 052fffcd authored by Andreas Jung's avatar Andreas Jung

removed extras_require (decided at PyCon)

parent 2c7af62e
......@@ -154,76 +154,6 @@ setup(name='Zope2',
'zope.app.testing',
],
extras_require = dict(
zope_app = [
'zope.annotation',
'zope.cachedescriptors',
'zope.copypastemove',
'zope.datetime',
'zope.decorator',
'zope.deprecation',
'zope.documenttemplate',
'zope.dottedname',
'zope.dublincore',
'zope.error',
'zope.filerepresentation',
'zope.hookable',
'zope.index',
'zope.keyreference',
'zope.minmax',
'zope.modulealias',
'zope.rdb',
'zope.securitypolicy',
'zope.server',
'zope.session',
'zope.thread',
'zope.wfmc',
'zope.app.annotation',
'zope.app.apidoc',
'zope.app.applicationcontrol',
'zope.app.appsetup',
'zope.app.authentication',
'zope.app.basicskin',
'zope.app.broken',
'zope.app.cache',
'zope.app.content',
'zope.app.debug',
'zope.app.dependable',
'zope.app.error',
'zope.app.exception',
'zope.app.file',
'zope.app.folder',
'zope.app.generations',
'zope.app.http',
'zope.app.i18n',
'zope.app.interface',
'zope.app.intid',
'zope.app.layers',
'zope.app.onlinehelp',
'zope.app.pluggableauth',
'zope.app.preference',
'zope.app.preview',
'zope.app.principalannotation',
'zope.app.renderer',
'zope.app.rotterdam',
'zope.app.security',
'zope.app.securitypolicy',
'zope.app.session',
'zope.app.skins',
'zope.app.sqlscript',
'zope.app.traversing',
'zope.app.tree',
'zope.app.undo',
'zope.app.wfmc',
'zope.app.wsgi',
'zope.app.xmlrpcintrospection',
'zope.app.zapi',
'zope.app.zcmlfiles',
'zope.app.zopeappgenerations',
'zope.app.zptpage',
],
),
include_package_data=True,
zip_safe=False,
entry_points={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment