Skip to content

Commit

Permalink
Remove zope34 extra, use an older version of z3c.form if you need t…
Browse files Browse the repository at this point in the history
…o support pre-ZTK versions.
  • Loading branch information
hannosch committed May 21, 2012
1 parent d07b06d commit d5caaa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -5,6 +5,9 @@ CHANGES
2.7.0 (unreleased)
------------------

- Remove `zope34` extra, use an older version of z3c.form if you need to
support pre-ZTK versions.

- Require at least zope.app.container 3.7 for adding support.

- Avoid dependency on ZODB3.
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Setup
$Id$
"""
import os
from setuptools import setup, find_packages
Expand Down Expand Up @@ -91,9 +89,6 @@ def read(*rnames):
'zope.testing',
'ZODB3',
],
zope34=[
'zope.app.component',
],
latest=[
'zope.site',
],
Expand Down

0 comments on commit d5caaa8

Please sign in to comment.