Skip to content

Commit ea338b4

Browse files
fix: Invalid file path
1 parent df4f55e commit ea338b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Alex <[email protected]>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
88
packages = [
9-
{ include = "thread_cli", from = "src" },
10-
{ include = "thread_cli/py.typed", from = "src" },
9+
{ include = "thread-cli", from = "src" },
10+
{ include = "thread-cli/py.typed", from = "src" },
1111
]
1212
include = [{ path = "tests", format = "sdist" }]
1313
homepage = "https://github.com/python-thread/thread-cli"

0 commit comments

Comments
 (0)