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 4dbf221 commit 5a6fd71Copy full SHA for 5a6fd71
pyproject.toml
@@ -5,7 +5,10 @@ description = "Threading module extension"
5
authors = ["Alex <taboez4life@gmail.com>"]
6
license = "BSD-3-Clause"
7
readme = "README.md"
8
-packages = [{ include = "thread", from = "src" }]
+packages = [
9
+ { include = "thread", from = "src" },
10
+ { include = "thread-cli/py.typed", from = "src" },
11
+]
12
include = [{ path = "tests", format = "sdist" }]
13
homepage = "https://github.com/python-thread/thread"
14
repository = "https://github.com/python-thread/thread"
src/thread/py.typed
0 commit comments