You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip pyproject.toml and setuptools dont work nicely together yet.
I tried to make it work, but entry points and packages aren't implemented/documented properly yet. Here's what I got so far. So at least I didn't waste my afternoon too much.
I know that the pyproject.toml isn't ideal, we just had a problem with it last week @tilschaef
Maybe we should instead parse the seq2science version from the toml file? I somehow get irky when the version is specified on multiple spots. Or even better we implement something like versioneer, but idk how that plays together with pyproject
Also maybe there is a better way to package? I just like pyproject.toml since I do believe it is the most sensible way to package afaik. However documentation and progress on it is super slow
pip pyproject.toml and setuptools dont work nicely together yet.
I tried to make it work, but
entry points
andpackages
aren't implemented/documented properly yet. Here's what I got so far. So at least I didn't waste my afternoon too much.btw, use
validate-pyproject
to check the file.The text was updated successfully, but these errors were encountered: