Skip to content

Commit 5014a16

Browse files
committed
Addressing review comments to fix pyproject.toml
1 parent 5e606ed commit 5014a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ classifiers = [
1313
]
1414

1515
[project.urls]
16-
"Homepage" = "https://github.com/decompals/pigment64"
16+
"Repository" = "https://github.com/decompals/pigment64"
1717
"Bug Tracker" = "https://github.com/decompals/pigment64/issues"
1818

1919
[build-system]
2020
requires = ["maturin>=1.2,<2.0"]
2121
build-backend = "maturin"
2222

2323
[tool.maturin]
24-
features = ["pyo3/extension-module", "python_bindings"]
24+
features = ["pyo3/extension-module", "python_bindings"]

0 commit comments

Comments
 (0)