3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Fix for Python >= 3.10 #43

Closed kapiwko closed 2 years ago

kapiwko commented 2 years ago

entry_points() instead of entry_points

Fix #42

dmarteau commented 2 years ago

Thanks !

nicogodet commented 2 years ago

Erf, if I was sure it did not impact python <3.10.4, I could have done this myself ! Thanks @kapiwko I thought entry_point was there for a good reason.