Open
Description
Description
The other day I came across the package version declaration in SQLAlchemy’s setup.cfg
here:
version = attr: sqlalchemy.__version__
The handling of special directive attr:
is documented here.
I thought this quite useful to ensure that a version is declared in one place only; currently cz
relies on version_files to point at attributes that need to be bumped.
This is probably a low-priority item that may or may not make sense. But I wanted to raise it for discussion anyway…
Possible Solution
No response
Additional context
No response
Additional context
No response