Skip to content

Commit fb04fe5

Browse files
committed
minor updates to pip
1 parent 5b12ce2 commit fb04fe5

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
[project]
22
name = "OpenScofo"
33
dynamic = ["version"]
4-
authors = [{name = "Charles K. Neimog", email = "charlesneimog@outlook.com"}]
5-
description = "OpenScofo is an OpenSource Score Follower based on the Research of Cont (2010)."
4+
authors = [{ name = "Charles K. Neimog", email = "charlesneimog@outlook.com" }]
5+
description = "OpenScofo is an OpenSource Score Follower."
66
readme = "README.md"
77
requires-python = ">=3.10, <3.15"
88

99
[build-system]
10-
requires = [
11-
"scikit-build-core",
12-
"pybind11-stubgen"
13-
]
10+
requires = ["scikit-build-core", "pybind11-stubgen"]
1411
build-backend = "scikit_build_core.build"
1512

1613
[tool.scikit-build]
1714
build-dir = "build"
1815
wheel.packages = ["OpenScofo"]
19-
cmake.args = [
20-
"-DPD_LIB_DIR=./OpenScofo",
21-
]
16+
cmake.args = ["-DPD_LIB_DIR=./OpenScofo"]
2217

2318
[tool.scikit-build.metadata.version]
2419
provider = "scikit_build_core.metadata.regex"
2520
input = "CMakeLists.txt"
26-
regex = 'project\(OpenScofo VERSION ([0-9]+\.[0-9]+\.[0-9]+)\)'
27-
result = "{0}"
21+
regex = 'project\(OpenScofo[^\)]*VERSION\s+([0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z0-9\.]+)?)'
22+
result = "{0}-a1"

0 commit comments

Comments
 (0)