File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed
Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,21 @@ description = "A simple project showing how to use conan with CPPython"
33name = " cppython-conan-cmake-simple"
44version = " 1.0.0"
55
6- license = {text = " MIT" }
6+ license = { text = " MIT" }
77
8- authors = [
9- {name = " Synodic Software" , email = " contact@synodic.software" },
10- ]
8+ authors = [{ name = " Synodic Software" , email = " contact@synodic.software" }]
119
1210requires-python = " >=3.13"
1311
14- dependencies = [
15- " cppython>=0.1.0" ,
16- ]
12+ dependencies = [" cppython>=0.1.0" ]
1713
1814[tool .cppython ]
1915generator-name = " cmake"
2016provider-name = " conan"
2117
2218install-path = " install"
2319
24- dependencies = [
25- " fmt>=11.0.1" ,
26- ]
20+ dependencies = [" fmt>=11.0.1" ]
2721
2822[tool .cppython .generator ]
2923
Original file line number Diff line number Diff line change @@ -3,27 +3,21 @@ description = "A simple project showing how to use vcpkg with CPPython"
33name = " cppython-vcpkg-cmake-simple"
44version = " 1.0.0"
55
6- license = {text = " MIT" }
6+ license = { text = " MIT" }
77
8- authors = [
9- {name = " Synodic Software" , email = " contact@synodic.software" },
10- ]
8+ authors = [{ name = " Synodic Software" , email = " contact@synodic.software" }]
119
1210requires-python = " >=3.13"
1311
14- dependencies = [
15- " cppython>=0.1.0" ,
16- ]
12+ dependencies = [" cppython>=0.1.0" ]
1713
1814[tool .cppython ]
1915generator-name = " cmake"
2016provider-name = " vcpkg"
2117
2218install-path = " install"
2319
24- dependencies = [
25- " fmt>=11.0.2" ,
26- ]
20+ dependencies = [" fmt>=11.0.2" ]
2721
2822[tool .cppython .generator ]
2923
You can’t perform that action at this time.
0 commit comments