fix: use importlib-metadata
backport for older systems
This commit is contained in:
parent
9f5b36b49e
commit
2bfd65de3d
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,7 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">= 3.6"
|
||||
dependencies = [
|
||||
'importlib-metadata; python_version < "3.10"',
|
||||
"python-configuration",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue