Skip to content

Commit

Permalink
Add py.typed export per PEP 561
Browse files Browse the repository at this point in the history
  • Loading branch information
maroux committed Mar 3, 2021
1 parent 2043cdb commit 50606aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added model_bakery/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -16,6 +16,7 @@
license=about["__license__"],
packages=["model_bakery"],
include_package_data=True, # declarations in MANIFEST.in
package_data={"model_bakery": ["py.typed"]},
install_requires=open(join(here, "requirements.txt")).readlines(),
description="Smart object creation facility for Django.",
long_description=open(join(dirname(__file__), "README.md")).read(),
Expand Down

0 comments on commit 50606aa

Please sign in to comment.