We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcae1cd commit f452084Copy full SHA for f452084
pyproject.toml
@@ -7,7 +7,7 @@ requires-python = ">=3.14"
7
dependencies = []
8
9
[tool.setuptools.packages.find]
10
-include = ["typemap", "typemap_extensions"]
+include = ["typemap", "typemap.*", "typemap_extensions"]
11
12
[dependency-groups]
13
test = [
0 commit comments