When installing mappymatch from PyPI and importing it into another project I get the mypy error:
Skipping analyzing "mappymatch.constructs.geofence": module is installed, but missing library stubs or py.typed marker
We should update our setup.py file to distribute type information (see here)
When installing mappymatch from PyPI and importing it into another project I get the mypy error:
We should update our setup.py file to distribute type information (see here)