Merge pull request #552 from patrick91/master

Add py.typed file
This commit is contained in:
Jelmer 2023-06-16 11:46:15 +02:00 committed by GitHub
commit 6916342126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

0
model_utils/py.typed Normal file
View file

View file

@ -53,7 +53,9 @@ setup(
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',
],
},
)