Skip to content

Commit 732d631

Browse files
committed
include py.typed file
1 parent 0bd6345 commit 732d631

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include *.md
22
include *.txt
3+
include jupyter_client/py.typed
34

45
# Documentation
56
graft docs

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
setup(
2424
name='jupyter_client',
2525
packages=find_packages(exclude=["docs", "docs.*", "tests", "tests.*"]),
26+
include_package_data=True,
2627
description='Jupyter protocol implementation and client libraries',
2728
long_description=long_description,
2829
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)