pyproj4 / pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)
https://pyproj4.github.io/pyproj
MIT License
1.05k stars 212 forks source link

BUG: pkg_resources is deprecated #1313

Closed snowman2 closed 1 year ago

snowman2 commented 1 year ago

https://github.com/pyproj4/pyproj/blob/79034e4cc5b8763aa2c9177fe2f2fe8d6ada3e5d/setup.py#L10

https://setuptools.pypa.io/en/latest/pkg_resources.html

snowman2 commented 1 year ago

Related #211