Open psteinb opened 3 years ago
See also the setuptools docs for a hint at the discussion on setup.py
, setup.cfg
, pyproject.toml
, ... https://setuptools.readthedocs.io/en/latest/setuptools.html
Hmm.... I have no idea about these kinds of things, all I can say from our side on the topic:
I don't know how this relates to setuptools, flit, poetry, wich of those is simpler to use, and so on.
I completely understand. I took the liberty and followed the first path I suggested earlier in #63 and expanded the setup.py
for now.
feel free to either close this issue or leave it open to remind people.
I'll leave it open in case there are further opinions! ;)
while working on the unit tests, I had a look at
setup.py
which is basically empty. This makes use of the package, dependency handling and much more a bit demanding going forward.For now, I see two options:
expand on the use of
setup.py
for the time being. As long as there is no C/C++ code being compiled during the build, I would however discourage that.start using tools like
flit
orpoetry
. The latter is a tool that we made good experiences with so far. But that would mean, that those people doing releases etc would have to learn this.Thoughts / wishes / decisions ?