Skip to content

Commit

Permalink
Add importlib-metadata as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Nov 21, 2023
1 parent e5a264b commit 0a79838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def run_tests(self):
keywords=[
"svg", "chart", "graph", "diagram", "plot", "histogram", "kiviat"],
setup_requires=['pytest-runner'],
install_requires=['importlib-metadata'],
cmdclass={'test': PyTest},
package_data={'pygal': ['css/*', 'graph/maps/*.svg']},
extras_require={
Expand Down

0 comments on commit 0a79838

Please sign in to comment.