Skip to content

Commit 87c30f3

Browse files
committed
Add project urls to pyproject.toml
1 parent fa82a81 commit 87c30f3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ build-backend = "maturin"
44

55
[project]
66
name = "lib_sudoku"
7-
version = "1.5"
7+
version = "1.6"
88
requires-python = ">=3.8"
99
description = "A blazing fast sudoku library buit in rust"
1010
readme = "README.md"
1111

1212
[tool.maturin]
1313
include = ["*.pyi", "__init__.py"]
1414

15+
[project.urls]
16+
"Homepage" = "https://github.com/shaggysa/lib_sudoku"
17+
"Source Code" = "https://github.com/shaggysa/lib_sudoku"
18+
"Issues" = "https://github.com/shaggysa/lib_sudoku/issues"

0 commit comments

Comments
 (0)