solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
184 stars 69 forks source link

Replace flit by flit_core in build-system #166

Open tjni opened 1 year ago

tjni commented 1 year ago

flit_core is the lighter weight PEP 517 build backend. This lets us build the package using a different front-end, such as build, without pulling in all of flit.