We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I've made this fork that publishes Wheels for Linux and Mac. Will accept a PR that adds support for Windows.
The text was updated successfully, but these errors were encountered:
why the package namespace is reverse_geocoder_whl ? couldn't it be a drop-in replacement to do import reverse_geocode ?
reverse_geocoder_whl
import reverse_geocode
Sorry, something went wrong.
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.
setup.py
No branches or pull requests
Hi,
I've made this fork that publishes Wheels for Linux and Mac.
Will accept a PR that adds support for Windows.
The text was updated successfully, but these errors were encountered: