Skip to content

Commit 5a6fd71

Browse files
+ Conform to PEP561
Added py.typed to package export according to PEP561
1 parent 4dbf221 commit 5a6fd71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ description = "Threading module extension"
55
authors = ["Alex <taboez4life@gmail.com>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
8-
packages = [{ include = "thread", from = "src" }]
8+
packages = [
9+
{ include = "thread", from = "src" },
10+
{ include = "thread-cli/py.typed", from = "src" },
11+
]
912
include = [{ path = "tests", format = "sdist" }]
1013
homepage = "https://github.com/python-thread/thread"
1114
repository = "https://github.com/python-thread/thread"

src/thread/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)