File tree Expand file tree Collapse file tree
engine/language_client_python Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ jobs:
135135 # see https://github.com/PyO3/maturin/issues/2110
136136 XWIN_VERSION : " 16"
137137 with :
138- maturin-version : " 1.9.1"
139138 target : ${{ matrix._.target }}
140139 command : build
141140 # building in engine/ ensures that we pick up .cargo/config.toml
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ version = "0.205.0"
44description = " BAML python bindings (pyproject.toml)"
55readme = " README.md"
66authors = [{ "name" = " Boundary" , "email" = " contact@boundaryml.com" }]
7-
8- [project .license ]
9- file = " LICENSE"
7+ # This is what controls the Python license file, see
8+ # https://github.com/PyO3/maturin/issues/2718 and
9+ # https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
10+ license = " Apache-2.0"
1011
1112[build-system ]
1213requires = [" maturin>=1.0,<2.0" ]
You can’t perform that action at this time.
0 commit comments