Skip to content

Commit 46e4a7d

Browse files
committed
Updated project.urls.
1 parent 3b839a4 commit 46e4a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ path = "highcharts_core/__version__.py"
6464

6565
[project.urls]
6666
# TODO: Set Homepage to the Highcharts.com page for the Highcharts for Python toolkit.
67-
"Homepage" = ""
67+
"Homepage" = "https://highchartspython.com"
6868
"Documentation" = "https://highcharts-core.readthedocs.io/en/latest/"
6969
"Support" = "https://www.highchartspython.com/get-help"
7070
"Source Code" = "https://github.com/highcharts-for-python/highcharts-core"
7171
"History" = "https://github.com/highcharts-for-python/highcharts-core/blob/master/CHANGES.rst"
7272
"Bug Tracker" = "https://github.com/highcharts-for-python/highcharts-core/issues"
7373
# TODO: Add a Sponsor section
74-
"Sponsor" = "https://github.com/sponsors/highcharts-for-python"
74+
# "Sponsor" = "https://github.com/sponsors/highcharts-for-python"
7575

7676
[project.optional-dependencies]
7777
dev = [

0 commit comments

Comments
 (0)