From 997df92ed54b3db6dcc26130f7d96be95a465280 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 16 Nov 2022 11:30:59 +0100 Subject: - prepare release 4.6.1 --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bc58f47..e0bbbfb 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ else: headers = [os.path.join('src', 'zope', 'proxy', 'proxy.h')] setup(name='zope.proxy', - version='4.6.1.dev0', + version='4.6.1', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Generic Transparent Proxies', @@ -90,6 +90,11 @@ setup(name='zope.proxy', read('CHANGES.rst') ), url='http://github.com/zopefoundation/zope.proxy', + project_urls={ + 'Documentation': 'https://zopeproxy.readthedocs.io', + 'Issue Tracker': 'https://github.com/zopefoundation/zope.proxy/issues', + 'Sources': 'https://github.com/zopefoundation/zope.proxy', + }, license='ZPL 2.1', classifiers=[ 'Development Status :: 5 - Production/Stable', @@ -121,6 +126,7 @@ setup(name='zope.proxy', }, headers=headers, ext_modules=ext_modules, + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*', install_requires=[ 'zope.interface', 'setuptools', -- cgit v1.2.1