Skip to content

Commit

Permalink
include py.typed file to make typing annotations available for librar…
Browse files Browse the repository at this point in the history
…y users
  • Loading branch information
karlicoss authored and pbodnar committed Aug 20, 2024
1 parent 14b1876 commit 0b7cdf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added mistletoe/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
author_email='hello@afteryu.me',
license='MIT',
packages=['mistletoe', 'mistletoe.contrib'],
package_data={'mistletoe': ['py.typed']},
entry_points={'console_scripts': ['mistletoe = mistletoe.__main__:main']},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 0b7cdf7

Please sign in to comment.