trimap
trimap copied to clipboard
remove setuptools as dependency
for python 3.8+, setuptools
is no longer necessary to achieve version functionality.
right now if you do pip install trimap
in a fresh venv (e.g. python 3.11), you'll find you cannot import it because of this __init__.py
file.
this PR addresses the need for version inference using importlib
directly.
thanks for the awesome work!