Skip to content

Commit

Permalink
- add more links to the PyPI "Project links" section
Browse files Browse the repository at this point in the history
NOTE: This requires uploading the release with ``twine``
  • Loading branch information
dataflake committed Nov 22, 2018
1 parent ccc5708 commit fe1292f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from setuptools import find_packages

NAME = 'GenericSetup'
URL = 'https://github.com/zopefoundation/Products.%s' % NAME

here = os.path.abspath(os.path.dirname(__file__))
package = os.path.join(here, 'Products', NAME)
Expand Down Expand Up @@ -46,7 +47,12 @@ def _package_doc(name):
keywords='web application server zope zope4 cmf',
author="Zope Foundation and Contributors",
author_email="zope-cmf@zope.org",
url="https://github.com/zopefoundation/Products.GenericSetup",
url=URL,
project_urls={
'Documentation': 'https://productsgenericsetup.readthedocs.io',
'Source code': URL,
'Issue tracker': '%s/issues' % URL,
},
license="ZPL 2.1",
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit fe1292f

Please sign in to comment.