Skip to content

Commit e3f44c3

Browse files
committed
build: prepare 0.5.1 metadata and project urls
1 parent ff9795b commit e3f44c3

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "maturin"
44

55
[project]
66
name = "qector-decoder-v3"
7-
version = "0.5.0"
8-
description = "Source-available Rust/Python QEC R&D platform: PyMatching-compatible validation, belief-matching, BP-OSD (LDPC/qLDPC), CPU/GPU batch decoding, and artifact-hashed benchmark evidence"
7+
version = "0.5.1"
8+
description = "Source-available Rust/Python QEC R&D platform with PyMatching-compatible validation, belief-matching, BP-OSD/qLDPC workflows, CPU/GPU batch decoding, and artifact-backed benchmark evidence"
99
readme = {file = "PYPI_README.md", content-type = "text/markdown"}
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.9,<3.14"
1111
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Guillaume Lessard / iD01t Productions", email = "admin@qector.store"}
@@ -75,10 +75,13 @@ all = [
7575

7676
[project.urls]
7777
Homepage = "https://www.qector.store"
78-
Repository = "https://github.com/GuillaumeLessard/qector-decoder.git"
79-
Issues = "https://github.com/GuillaumeLessard/qector-decoder/issues"
78+
Website = "https://www.qector.store"
8079
Documentation = "https://github.com/GuillaumeLessard/qector-decoder#readme"
81-
"Commercial licensing" = "https://www.qector.store"
80+
Repository = "https://github.com/GuillaumeLessard/qector-decoder"
81+
Source = "https://github.com/GuillaumeLessard/qector-decoder"
82+
Issues = "https://github.com/GuillaumeLessard/qector-decoder/issues"
83+
PyPI = "https://pypi.org/project/qector-decoder-v3/"
84+
"Commercial Licensing" = "https://www.qector.store"
8285

8386
[tool.maturin]
8487
python-source = "python"

0 commit comments

Comments
 (0)