Skip to content

Commit

Permalink
fix: add py.typed to package
Browse files Browse the repository at this point in the history
  • Loading branch information
swysocki committed Jul 27, 2022
1 parent 5b216f9 commit 3b13b41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added gpt_image/py.typed
Empty file.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ license = MIT
packages = find:
python_requires = >=3.8

[options.package_data]
gpt_image = py.typed

[options.packages.find]
exclude =
tests*

[flake8]
ignore = E203,W503
exclude = tests/

0 comments on commit 3b13b41

Please sign in to comment.