Skip to content

Commit 70fafa9

Browse files
committed
fix pkg_resources
1 parent 0950251 commit 70fafa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ git_describe_command = ["sh", "-c", "tag=$(git tag | grep -v '-' | sort | tail -
4242

4343
[tool.setuptools.packages.find]
4444
include = ["ssg*"]
45+
46+
[[tool.mypy.overrides]]
47+
module = "pkg_resources"
48+
ignore_missing_imports = true

0 commit comments

Comments
 (0)