Skip to content

Commit bc90501

Browse files
authored
Fix Bug Tracker URL entry in pyproject.toml
1 parent eca6a5c commit bc90501

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
@@ -58,7 +58,7 @@ test = [
5858
[project.urls]
5959
Homepage = "https://libcrypto.readthedocs.io/"
6060
Repository = "https://github.com/Pymmdrza/libcrypto"
61-
Bug Tracker = "https://github.com/Pymmdrza/libcrypto/issues"
61+
"Bug Tracker" = "https://github.com/Pymmdrza/libcrypto/issues"
6262
Documentation = "https://libcrypto.readthedocs.io"
6363
PyPI = "https://pypi.org/project/libcrypto/"
6464

0 commit comments

Comments
 (0)