Skip to content

Commit

Permalink
add project_urls for pypi page (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia authored Aug 5, 2019
1 parent 865ca8a commit 47e7b72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ def main():
author_email="[email protected]",
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",
Expand Down

0 comments on commit 47e7b72

Please sign in to comment.