Skip to content

Commit

Permalink
install: add importlib_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Oct 17, 2024
1 parent 6135b75 commit 6c202ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools", "wheel", "babel>2.8"]
requires = ["setuptools", "wheel", "babel>2.8","importlib_metadata"]
build-backend = "setuptools.build_meta"

0 comments on commit 6c202ef

Please sign in to comment.