We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa82a81 commit 87c30f3Copy full SHA for 87c30f3
1 file changed
pyproject.toml
@@ -4,11 +4,15 @@ build-backend = "maturin"
4
5
[project]
6
name = "lib_sudoku"
7
-version = "1.5"
+version = "1.6"
8
requires-python = ">=3.8"
9
description = "A blazing fast sudoku library buit in rust"
10
readme = "README.md"
11
12
[tool.maturin]
13
include = ["*.pyi", "__init__.py"]
14
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