From 47e7b72d56b2993ce6ec71ca767da7f83da450d6 Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Mon, 5 Aug 2019 04:31:39 -0500 Subject: [PATCH] add project_urls for pypi page (#144) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index a4b6698c..47399a5e 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,10 @@ def main(): author_email="googleapis-packages@google.com", license="Apache 2.0", url="https://github.com/googleapis/python-ndb", + project_urls={ + 'Documentation': 'https://googleapis.dev/python/python-ndb/latest', + 'Issue Tracker': 'https://github.com/googleapis/python-ndb/issues' + }, classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",