maxmind / GeoIP2-python

Python code for GeoIP2 webservice client and database reader
https://geoip2.readthedocs.org/en/latest/
Apache License 2.0
1.1k stars 140 forks source link

remove setuptools from runtime dependencies #174

Closed deronnax closed 1 month ago

deronnax commented 1 month ago

setuptools is a build dependency, it's already listed in the [build-system] of pyproject.toml, it is not needed at runtime.

You also don't need wheel to just produce a wheel.

oschwald commented 1 month ago

Thanks!