funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

Use pyproject for everything but cython #8

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

This moves all of the non-cython-related setuptools metadata to pyproject.toml, and sets up dynamic versioning (e.g. the ilpy.__version__ attribute is now the single source of truth for version info.

readme updated accordingly