Skip to content

Commit

Permalink
Include setuptools as dependency (#31)
Browse files Browse the repository at this point in the history
It is needed to provide pkg_resources
  • Loading branch information
AdrienPensart authored Aug 2, 2024
1 parent bf54a2d commit 12c1fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author='Danilo Bargen',
author_email='mail@dbrgn.ch',
url='https://github.com/dbrgn/coverage-badge',
install_requires=['coverage'],
install_requires=['coverage', 'setuptools'],
packages=['coverage_badge'],
zip_safe=True,
include_package_data=True,
Expand Down

0 comments on commit 12c1fa8

Please sign in to comment.