muety / pyquadkey2

🌐 Python implementation of geographical tiling using QuadKeys
https://docs.muetsch.io/pyquadkey2
Apache License 2.0
22 stars 5 forks source link

Build Windows binary with vc #3

Closed koxudaxi closed 3 years ago

koxudaxi commented 3 years ago

@muety Thank you for creating an excellent library. My private project uses pyquadkey2!!

I successfully build and run pyquadkey2 on Windows. Also, I have published the binary. https://github.com/koxudaxi/pyquadkey2/releases/tag/0.2.0-windows

I saw your issue. https://github.com/muety/pyquadkey2/issues/1

If you continue developing this project then, I hope that you will review and merge this PR.

muety commented 3 years ago

Thanks a lot for your contribution! I'll publish new Linux and Windows binary right away.

koxudaxi commented 3 years ago

Thank you a lot for your quick response!! Also, you can close this issue #2, because I fixed setup.py by the PR.