mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add py.typed
This commit is contained in:
parent
6715f653da
commit
bfa95b1baf
2 changed files with 3 additions and 1 deletions
0
model_utils/py.typed
Normal file
0
model_utils/py.typed
Normal file
4
setup.py
4
setup.py
|
|
@ -51,7 +51,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',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue