Skip to content

Commit cb59e79

Browse files
committed
setup: add py.typed
1 parent 86fb4d6 commit cb59e79

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include skytools/py.typed
12
include modules/*.[ch]
23
include tests/*.py tests/*.ini
34
include tox.ini .coveragerc .pylintrc

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
maintainer="Marko Kreen",
3636
maintainer_email="markokr@gmail.com",
3737
packages=["skytools"],
38+
package_data={"skytools": ["py.typed"]},
3839
ext_modules = [
3940
Extension("skytools._cquoting", ["modules/cquoting.c"], **abi3_options),
4041
Extension("skytools._chashtext", ["modules/hashtext.c"], **abi3_options),

skytools/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)