Skip to content

Commit

Permalink
Merge pull request #766 from blink1073/add-py-typed
Browse files Browse the repository at this point in the history
Include py.typed file
  • Loading branch information
davidbrochart committed Apr 7, 2022
2 parents 0bd6345 + e9f9bee commit 01b2095
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,5 +1,6 @@
include *.md
include *.txt
include jupyter_client/py.typed

# Documentation
graft docs
Expand Down
Empty file added jupyter_client/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
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 01b2095

Please sign in to comment.