Skip to content

Commit

Permalink
Provide additional links on PyPI with project_urls in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 20, 2019
1 parent 60b3e54 commit 70c7bd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -44,6 +44,9 @@ Other changes
- Specify supported Python versions using ``python_requires`` in setup.py
(`#481 <https://github.com/zopefoundation/Zope/issues/481>`_)

- Provide additional links on PyPI with ``project_urls`` in ``setup.py``
(`#434 <https://github.com/zopefoundation/Zope/issues/434>`_)


4.0b9 (2019-02-09)
------------------
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -36,6 +36,11 @@ def _read_file(filename):
name='Zope',
version=version,
url='https://zope.readthedocs.io/en/latest/',
project_urls={
'Documentation': 'https://zope.readthedocs.io',
'Issue Tracker': 'https://github.com/zopefoundation/Zope/issues',
'Sources': 'https://github.com/zopefoundation/Zope',
},
license='ZPL 2.1',
description='Zope application server / web framework',
author='Zope Foundation and Contributors',
Expand Down

0 comments on commit 70c7bd4

Please sign in to comment.