Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Add importlib_metadata install dependency for python <3.8
  • Loading branch information
mdshw5 authored Sep 22, 2023
1 parent 199000d commit ca053e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ classifiers = [
]
dependencies = [
"six",
"setuptools"
"setuptools",
"importlib_metadata"
]
dynamic = ["version"]

Expand Down

0 comments on commit ca053e0

Please sign in to comment.