Migrate to flit - #971
Conversation
|
@barbibulle Do we have any preference here? Recently I saw some discussion about deprecation of setuptools. Though there is no official announcement about that, some documents hint that setuptools is no longer the top choice, unless with any native extension. Some direct advantages I saw with flit:
But we will also need to move apps and tools to under |
|
I think it's a great idea to move to a newer packaging tool. I don't have any experience with flit or hatchling, but both seem like they would work nicely here. |
|
Hatchling looks more flexible. If we want to keep the current layout, it would be the best choice. |
|
Did you consider |
|
Do you mean uv_build backend? uv itself is the frontend of build system which supports most backends. It's also a choice but not so popular so I didn't list it here. |
Yes, exactly. |
No description provided.