Skip to content

Commit

Permalink
Merge pull request #239
Browse files Browse the repository at this point in the history
Added missed `py.typed` `package_data`
  • Loading branch information
TahirJalilov authored Oct 31, 2022
2 parents 96ec1d2 + 41853d7 commit c1de2f1
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 c1de2f1

Please sign in to comment.