We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a771e77 commit 2fed789Copy full SHA for 2fed789
pyproject.toml
@@ -41,6 +41,9 @@ requires-python = ">=3.9"
41
Homepage = "https://github.com/mypyc/librt"
42
Issues = "https://github.com/mypyc/mypyc/issues"
43
44
+[tool.setuptools.packages.find]
45
+include = ["librt"]
46
+
47
[tool.setuptools.package-data]
48
librt = ["py.typed", "**/*.pyi"]
49
0 commit comments