Skip to content

Commit 28da5f3

Browse files
Bufix wrong path
1 parent f54ca99 commit 28da5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "BSD-3-Clause"
77
readme = "README.md"
88
packages = [
99
{ include = "thread", from = "src" },
10-
{ include = "thread-cli/py.typed", from = "src" },
10+
{ include = "thread/py.typed", from = "src" },
1111
]
1212
include = [{ path = "tests", format = "sdist" }]
1313
homepage = "https://github.com/python-thread/thread"

0 commit comments

Comments
 (0)