Version should be determined at runtime
In file sapchess/__main__.py
the version is currently hardcoded.
It would be better to determine the version dynamically from pyproject.toml
when loaded from the repository source files and from sapchess-1.0.2.dist-info\METADATA
after installation.
Edited by Tobias Schmidt