Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.62k stars 411 forks source link

Use entry_points directly instead of as dict #544

Closed lukasjuhrich closed 7 months ago

lukasjuhrich commented 8 months ago

This is necessary to submit to a deprecation warning in importlib.metadata. See this issue and the docs.

The test suite seemed to pass.

gentooboontoo commented 7 months ago

Thanks.

gentooboontoo commented 7 months ago

Related to #545