Skip to content

Commit

Permalink
Declare Zope 4 support as the only supported Zope version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 4, 2018
1 parent 05e113f commit 6213bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
@@ -1,9 +1,10 @@
Changelog
=========

4.1 (unreleased)
5.0 (unreleased)
----------------

- Drop support for Zope 2, require Zope 4 now.

4.0 (2016-07-22)
----------------
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -17,10 +17,10 @@

setup(
name='Products.SiteErrorLog',
version='4.1.dev0',
url='http://pypi.python.org/pypi/Products.SiteErrorLog',
version='5.0.dev0',
url='https://github.com/zopefoundation/Products.SiteErrorLog',
license='ZPL 2.1',
description="Error log for Zope 2.",
description="Error log for Zope.",
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
long_description=(open('README.rst').read() + '\n' +
Expand All @@ -33,7 +33,7 @@
"Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2.7",
"Framework :: Zope2",
"Framework :: Zope :: 4",
],
packages=find_packages('src'),
namespace_packages=['Products'],
Expand Down

0 comments on commit 6213bea

Please sign in to comment.