gerlichlab / looptrace

Fork (from EMBL Gitlab) of the looptrace project: https://git.embl.de/grp-ellenberg/looptrace
Apache License 2.0
2 stars 1 forks source link

We should dynamically version the project #307

Open vreuter opened 7 months ago

vreuter commented 7 months ago

We statically declare version in pyproject.toml, but that should instead be pulled from something like an __init__.py where there's a __version__. The build backend of setuptools supports this, need to see for Poetry, perhaps with a plugin.