robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Patch 1 solution for "Replace toml package usage #133" #137

Closed JawadHalabiMTB closed 2 years ago

JawadHalabiMTB commented 2 years ago

That's my solution for this issue please LMK about any missing changes or confusing

virtuald commented 2 years ago

Oh, I forgot that we use dumps. tomlkit is a better choice then.

auscompgeek commented 2 years ago

We could use tomli-w? Either way I'm not fussed.

JawadHalabiMTB commented 2 years ago

Then let's go with tomlkit : ) we don't use poetry don't we ?

virtuald commented 2 years ago

Thanks!