Skip to content

Commit

Permalink
Merge pull request #16 from chezou/typed
Browse files Browse the repository at this point in the history
Include py.typed
  • Loading branch information
chezou committed May 10, 2022
2 parents 3579071 + 5ef627d commit 3aaf1d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = tdworkflow
summary = Unofficial Treasure Workflow API client
description-file = README.rst
description_file = README.rst
author = Aki Ariga
author_email = chezou@gmail.com
license = Apache License, Version 2.0
Expand Down Expand Up @@ -29,6 +29,9 @@ install_requires =
setup_requires =
setuptools_scm

[options.package_data]
tdworkflow = py.typed

[options.extras_require]
dev = black;flake8;isort;pytest;pytest-mock
doc = sphinx;sphinx_rtd_theme
Expand Down
Empty file added tdworkflow/py.typed
Empty file.

0 comments on commit 3aaf1d2

Please sign in to comment.