Skip to content

Commit

Permalink
Merge pull request #552 from patrick91/master
Browse files Browse the repository at this point in the history
Add py.typed file
  • Loading branch information
foarsitter committed Jun 16, 2023
2 parents fed1478 + bfa95b1 commit 6916342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added model_utils/py.typed
Empty file.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def long_desc(root_path):
zip_safe=False,
package_data={
'model_utils': [
'locale/*/LC_MESSAGES/django.po', 'locale/*/LC_MESSAGES/django.mo'
'locale/*/LC_MESSAGES/django.po',
'locale/*/LC_MESSAGES/django.mo',
'py.typed',
],
},
)

0 comments on commit 6916342

Please sign in to comment.