Skip to content

Commit

Permalink
fix py.typed path
Browse files Browse the repository at this point in the history
  • Loading branch information
kentac55 authored and ahawker committed Apr 25, 2020
1 parent 0c78be2 commit 8fd65ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_long_description():
long_description=get_long_description(),
long_description_content_type='text/markdown',
packages=['ulid'],
package_data={'ulid': ['ulid/py.typed']},
package_data={'ulid': ['py.typed']},
zip_safe=False,
classifiers=(
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 8fd65ff

Please sign in to comment.