Embedding version in command-line program

Marco Sulla Marco.Sulla.Python at gmail.com
Wed Oct 7 11:17:22 EDT 2020


On Wed, 7 Oct 2020 at 14:16, Loris Bennett <loris.bennett at 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


More information about the Python-list mailing list