Skip to content

Commit 2b44eef

Browse files
WL#16411: Improve wheel metadata information for Classic and XDevAPI connectors
- Removed the filename from URLs to be consistent with other URLs in setup.py.
1 parent 46f6501 commit 2b44eef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mysql-connector-python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def main() -> None:
111111
"driver",
112112
],
113113
project_urls={
114-
"Homepage": "https://dev.mysql.com/doc/connector-python/en/index.html",
115-
"Documentation": "https://dev.mysql.com/doc/connector-python/en/index.html",
114+
"Homepage": "https://dev.mysql.com/doc/connector-python/en/",
115+
"Documentation": "https://dev.mysql.com/doc/connector-python/en/",
116116
"Downloads": "https://dev.mysql.com/downloads/connector/python/",
117117
"Release Notes": "https://dev.mysql.com/doc/relnotes/connector-python/en/",
118118
"Source Code": "https://github.com/mysql/mysql-connector-python",

mysqlx-connector-python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def main() -> None:
123123
"docstore",
124124
],
125125
project_urls={
126-
"Homepage": "https://dev.mysql.com/doc/connector-python/en/index.html",
127-
"Documentation": "https://dev.mysql.com/doc/connector-python/en/index.html",
126+
"Homepage": "https://dev.mysql.com/doc/connector-python/en/",
127+
"Documentation": "https://dev.mysql.com/doc/connector-python/en/",
128128
"Downloads": "https://dev.mysql.com/downloads/connector/python/",
129129
"Release Notes": "https://dev.mysql.com/doc/relnotes/connector-python/en/",
130130
"Source Code": "https://github.com/mysql/mysql-connector-python",

0 commit comments

Comments
 (0)