Open TalAmuyal opened 1 year ago
why the package namespace is reverse_geocoder_whl
? couldn't it be a drop-in replacement to do import reverse_geocode
?
also you have both setup.py and pyproject.toml . isn't a good practice
Sorry with the delay.
Regarding the name - I didn't want the package to have a different name when importing it as it can be confusing. (feel free to fork it though 🙃).
Regarding the setup.py
, I don't really want to invest to much into maintenance here.
Hi, I've made this fork that publishes Wheels for Linux and Mac. Will accept a PR that adds support for Windows.