Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 12, 2018
1 parent 41ee421 commit 1525e77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Changelog

- Python 3 compatibility

- Require Zope 4, aka drop Zope 2.13 support.

- add test coverage reporting

- Use `@implementer` class decorator.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
setup(
name='Products.MailHost',
version='4.2.dev0',
url='http://pypi.python.org/pypi/Products.MailHost',
url='https://github.com/zopefoundation/Products.MailHost',
license='ZPL 2.1',
description="zope.sendmail integration for Zope 2.",
description="zope.sendmail integration for Zope.",
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
long_description=(open('README.rst').read() + '\n' +
Expand All @@ -30,7 +30,7 @@
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
"Framework :: Zope :: 4",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down

0 comments on commit 1525e77

Please sign in to comment.