File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " OpenScofo"
33dynamic = [" 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."
66readme = " README.md"
77requires-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" ]
1411build-backend = " scikit_build_core.build"
1512
1613[tool .scikit-build ]
1714build-dir = " build"
1815wheel.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 ]
2419provider = " scikit_build_core.metadata.regex"
2520input = " 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 "
You can’t perform that action at this time.
0 commit comments