summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-16 12:48:36 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-16 12:48:36 +0100
commit91f84c7d08fee4a6a4a17a9937743824c352c55b (patch)
treecb12afbea623990e7a5c75a21407e9fcd45244d1 /setup.py
parentc2f66ea00ba3c8cb390925c900806b112b2aac31 (diff)
downloadzope-security-91f84c7d08fee4a6a4a17a9937743824c352c55b.tar.gz
- prepare release 5.6 and package cleanups5.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8fae775..f519ead 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.6.dev0',
+ version='5.6',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',
@@ -164,6 +164,12 @@ setup(name='zope.security',
'Framework :: Zope :: 3',
],
url='http://github.com/zopefoundation/zope.security',
+ project_urls={
+ 'Documentation': 'https://zopesecurity.readthedocs.io',
+ 'Issue Tracker': ('https://github.com/zopefoundation'
+ '/zope.security/issues'),
+ 'Sources': 'https://github.com/zopefoundation/zope.security',
+ },
license='ZPL 2.1',
packages=find_packages('src'),
package_dir={'': 'src'},