Skip to content

Commit

Permalink
Add missing dep for setuptools.
Browse files Browse the repository at this point in the history
It missing caused a module not found error on `pkg_resources` at runtime.
  • Loading branch information
Tronic authored Sep 26, 2023
1 parent 1e514e5 commit 154a199
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 @@ -17,6 +17,6 @@
"License :: Public Domain",
"Operating System :: OS Independent",
],
install_requires = ["html5tagger>=1.2.1"],
install_requires = ["html5tagger>=1.2.1", "setuptools"],
include_package_data = True,
)

0 comments on commit 154a199

Please sign in to comment.