We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 5e606ed commit 5014a16Copy full SHA for 5014a16
pyproject.toml
@@ -13,12 +13,12 @@ classifiers = [
13
]
14
15
[project.urls]
16
-"Homepage" = "https://github.com/decompals/pigment64"
+"Repository" = "https://github.com/decompals/pigment64"
17
"Bug Tracker" = "https://github.com/decompals/pigment64/issues"
18
19
[build-system]
20
requires = ["maturin>=1.2,<2.0"]
21
build-backend = "maturin"
22
23
[tool.maturin]
24
-features = ["pyo3/extension-module", "python_bindings"]
+features = ["pyo3/extension-module", "python_bindings"]
0 commit comments