Skip to content

Commit

Permalink
Added missed "py.typed package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 14, 2022
1 parent b27cf78 commit 41853d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
license="New BSD",
long_description=readme_content,
packages=['emoji', 'emoji.unicode_codes'],
package_data={"emoji": ["py.typed"]},
url=source,
version=version,
zip_safe=True,
Expand Down

0 comments on commit 41853d7

Please sign in to comment.