pyproject.toml: Move project metadata here from setup.py#110
pyproject.toml: Move project metadata here from setup.py#110oscarbenjamin merged 1 commit intoflintlib:masterfrom
Conversation
|
Thanks |
|
To be clear I think the decision about a build system is not difficult. I would just use meson but I'm happy to consider alternatives if others would prefer something else. I haven't see any strong opinions about it. The hold up on switching to meson is just finding the time. I don't know meson that well so it would take me a little while to work out exactly how to do it. The primary motivation for switching away from setuptools is really just that it doesn't manage building the dependencies like flint. A first step to moving to meson would just be to have a meson configuration that could do the equivalent of The main constraint is just that whatever system is used needs to work somehow on Windows. |
That's preparation for but independent of the decision on the build system to use (#52).