Open vreuter opened 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.
pyproject.toml
__init__.py
__version__
setuptools
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 ofsetuptools
supports this, need to see for Poetry, perhaps with a plugin.