File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ 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 = [{ name = " Synodic Software" , email = " contact@synodic.software" }]
8+ authors = [{name = " Synodic Software" , email = " contact@synodic.software" }]
99
1010requires-python = " >=3.13"
1111
12- dependencies = [" cppython>=0.1.0" ]
12+ dependencies = [" cppython[conan, cmake] >=0.1.0" ]
1313
1414[tool .cppython ]
1515generator-name = " cmake"
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ 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 = [{ name = " Synodic Software" , email = " contact@synodic.software" }]
8+ authors = [{name = " Synodic Software" , email = " contact@synodic.software" }]
99
1010requires-python = " >=3.13"
1111
12- dependencies = [" cppython>=0.1.0" ]
12+ dependencies = [" cppython[vcpkg, cmake] >=0.1.0" ]
1313
1414[tool .cppython ]
1515generator-name = " cmake"
You can’t perform that action at this time.
0 commit comments