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",