On Wed, 7 Oct 2020 at 14:16, Loris Bennett <loris.benn...@fu-berlin.de> wrote: > But the toml file isn't part of the distribution and so it won't be > installed. > > I suppose I could write a separate program which parses the toml file > and then just injects the version into __init__.py.
Yes, I do not know poetry, but I suppose you can generate it in its setup. I usually create a separate VERSION file and I read it in __init__.py. Other people creates a version.py that is evaled inside __init__.py -- https://mail.python.org/mailman/listinfo/python-list