41 pyproject toml#53
Conversation
|
First draft using setuptools |
benoitmartin88
left a comment
There was a problem hiding this comment.
This looks pretty good. I have a question: should we use setuptools or something a little more modern like uv ?
This version uses an older setuptools as a default to handle olders environments. We can use uv to handle the environment and keep the build with setuptools ? We may replace setuptools with hatchling or flit (example with hatchling in next commit) |
|
I don't need an example with hatchling. |
As Deisa is light enough, there wouldn't be much difference between the two. I rather see advantages in using setuptools, as building Deisa linked to PDI may eventually give issues (on specific OS for example) which can be easier to handle with setuptools |
…ependency from optional to required
Close #41