Skip to content

Commit

Permalink
Add setuptools to install_requires
Browse files Browse the repository at this point in the history
Fixes ModuleNotFoundError: No module named 'pkg_resources'
  • Loading branch information
micahsnyder committed Jan 2, 2025
1 parent 625ef9e commit 1cec3ac
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 @@ -28,6 +28,7 @@
"patch",
"gitpython",
"pyyaml",
"setuptools",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 1cec3ac

Please sign in to comment.