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 f54ca99 commit 28da5f3Copy full SHA for 28da5f3
pyproject.toml
@@ -7,7 +7,7 @@ license = "BSD-3-Clause"
7
readme = "README.md"
8
packages = [
9
{ include = "thread", from = "src" },
10
- { include = "thread-cli/py.typed", from = "src" },
+ { include = "thread/py.typed", from = "src" },
11
]
12
include = [{ path = "tests", format = "sdist" }]
13
homepage = "https://github.com/python-thread/thread"
0 commit comments