Skip to content

Commit

Permalink
include py.typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 7, 2022
1 parent 0bd6345 commit 732d631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include *.md
include *.txt
include jupyter_client/py.typed

# Documentation
graft docs
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
setup(
name='jupyter_client',
packages=find_packages(exclude=["docs", "docs.*", "tests", "tests.*"]),
include_package_data=True,
description='Jupyter protocol implementation and client libraries',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 732d631

Please sign in to comment.