We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5515a commit 24e6542Copy full SHA for 24e6542
1 file changed
pyproject.toml
@@ -53,6 +53,9 @@ Repository = "https://github.com/fsantini/python-e3dc"
53
[tool.setuptools]
54
packages = ["e3dc"]
55
56
+[tool.setuptools.package-data]
57
+"*" = ["py.typed"]
58
+
59
[tool.setuptools.dynamic]
60
version = {attr = "e3dc.__version__"}
61
0 commit comments