trimap icon indicating copy to clipboard operation
trimap copied to clipboard

remove setuptools as dependency

Open mathematicalmichael opened this issue 3 months ago • 0 comments

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!

mathematicalmichael avatar Nov 12 '24 22:11 mathematicalmichael