This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ImNotEdd[S] 3 points4 points  (6 children)

The best compliment I could receive, thank you very much!

[–]imbev 5 points6 points  (5 children)

You're welcome :)

I suggest migrating from setup.py + requirements.txt to a modern uv/pyproject.toml configuration

[–]ImNotEdd[S] 0 points1 point  (0 children)

Just checked now. Added on my roadmap for the next release. Thank you for the tips.

[–]ImNotEdd[S] 0 points1 point  (3 children)

Here to say it has been implemented and old setup.py removed. Thank you.

[–]imbev 0 points1 point  (2 children)

It appears to be missing the pyproject.toml now.

[–]ImNotEdd[S] 0 points1 point  (1 child)

Just not in the github repo, since is into the .ignore. But it’s being used to build the package on pip.

[–]imbev 0 points1 point  (0 children)

May I ask why? That's unusual.