martius-lab / cluster_utils

https://cluster-utils.readthedocs.io/stable/
Other
12 stars 1 forks source link

Specify build information in pyproject.toml #33

Closed luator closed 6 months ago

luator commented 1 year ago

Use pyproject.toml to specify the dependencies instead of setup.py (see https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/)

I think this might help some dependency managers like poetry to work with cluster utils as a dependency better, although I am not sure what changes exactly.

By @mseitzer (imported from GitLab)

luator commented 1 year ago

I have no experience with poetry, so don't know if it will help, but I think moving from setup.py to pyproject.toml would be a good step in any case.

By Felix Widmaier on 2023-10-25T11:23:04 (imported from GitLab)

luator commented 7 months ago

I think it's not really needed but I suggest to add this to the PyPI-milestone to have a more modern package :).