Skip to content

Commit

Permalink
Add back the dependency on importlib_metadata for python < 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso authored and jcfr committed Apr 11, 2024
1 parent 557c82a commit c9002ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
"Typing :: Typed"
]
dependencies = [
"importlib_metadata>=1.4; python_version<'3.8'",
]
requires-python = ">=3.7"

[project.urls]
Expand Down

0 comments on commit c9002ba

Please sign in to comment.