Skip to content

Commit 53428d0

Browse files
chore: Update project links for pypi (#2459)
1 parent 36261f5 commit 53428d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,18 @@
122122
name=name,
123123
version=version_id,
124124
description=description,
125+
download_url="https://github.com/googleapis/python-bigquery-dataframes/releases",
125126
long_description=readme,
126127
long_description_content_type="text/x-rst",
127128
author="Google LLC",
128129
author_email="bigframes-feedback@google.com",
129130
license="Apache 2.0",
130-
url="https://github.com/googleapis/python-bigquery-dataframes",
131+
url="https://dataframes.bigquery.dev",
132+
project_urls={
133+
"Source": "https://github.com/googleapis/python-bigquery-dataframes",
134+
"Changelog": "https://dataframes.bigquery.dev/changelog.html",
135+
"Issues": "https://github.com/googleapis/python-bigquery-dataframes/issues",
136+
},
131137
classifiers=[
132138
release_status,
133139
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)