Skip to content

Commit c9002ba

Browse files
JeanChristopheMorinPersojcfr
authored andcommitted
Add back the dependency on importlib_metadata for python < 3.8
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 557c82a commit c9002ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ classifiers = [
2525
"Topic :: Software Development :: Build Tools",
2626
"Typing :: Typed"
2727
]
28+
dependencies = [
29+
"importlib_metadata>=1.4; python_version<'3.8'",
30+
]
2831
requires-python = ">=3.7"
2932

3033
[project.urls]

0 commit comments

Comments
 (0)