Skip to content

Commit e1a1c39

Browse files
committed
fix error in pyproject.toml
1 parent ed82707 commit e1a1c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Documentation = "https://github.com/isaac-cf-wong/python-package-template/tree/m
5757
Source = "https://github.com/isaac-cf-wong/python-package-template"
5858
Tracker = "https://github.com/isaac-cf-wong/python-package-template/issues"
5959
Home = "https://github.com/isaac-cf-wong/python-package-template"
60-
"Release Notes": "https://github.com/isaac-cf-wong/python-package-template/releases"
60+
"Release Notes" = "https://github.com/isaac-cf-wong/python-package-template/releases"
6161

6262
[tool.flit.module]
6363
name = "package_name"

0 commit comments

Comments
 (0)