Skip to content

Commit 90716c3

Browse files
committed
chore: clean up
1 parent 626d37d commit 90716c3

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

packages/proto-plus/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"release_level": "stable",
66
"language": "python",
77
"library_type": "CORE",
8-
"repo": "googleapis/proto-plus-python",
8+
"repo": "googleapis/google-cloud-python",
99
"distribution_name": "proto-plus",
1010
"default_version": "",
1111
"codeowner_team": ""

packages/proto-plus/docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
# -- Options for HTMLHelp output ---------------------------------------------
108108

109109
# Output file base name for HTML help builder.
110-
htmlhelp_basename = "proto-plus-python"
110+
htmlhelp_basename = "proto-plus"
111111

112112

113113
# -- Options for LaTeX output ------------------------------------------------
@@ -133,7 +133,7 @@
133133
latex_documents = [
134134
(
135135
master_doc,
136-
"proto-plus-python.tex",
136+
"proto-plus.tex",
137137
"Proto Plus for Python Documentation",
138138
"Luke Sneeringer",
139139
"manual",
@@ -148,7 +148,7 @@
148148
man_pages = [
149149
(
150150
master_doc,
151-
"proto-plus-python",
151+
"proto-plus",
152152
"Proto Plus for Python Documentation",
153153
[author],
154154
1,
@@ -164,10 +164,10 @@
164164
texinfo_documents = [
165165
(
166166
master_doc,
167-
"proto-plus-python",
167+
"proto-plus",
168168
"Proto Plus for Python Documentation",
169169
author,
170-
"proto-plus-python",
170+
"proto-plus",
171171
"One line description of project.",
172172
"Miscellaneous",
173173
),

packages/proto-plus/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dynamic = ["version"]
4646

4747
[project.urls]
4848
Documentation = "https://googleapis.dev/python/proto-plus/latest/"
49-
Repository = "https://github.com/googleapis/proto-plus-python"
49+
Repository = "https://github.com/googleapis/google-cloud-python"
50+
Homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/proto-plus"
5051

5152
[project.optional-dependencies]
5253
testing = ["google-api-core >= 1.31.5"]

0 commit comments

Comments
 (0)