Skip to content

Commit

Permalink
Merge pull request #4 from AllenInstitute/fix-pkg-typing
Browse files Browse the repository at this point in the history
Have aibs-informatics-aws-lambda pkg indicate that it is typed
  • Loading branch information
njmei authored May 16, 2024
2 parents 21f00b4 + 6ad53b6 commit 8465db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ handle-lambda-request = "aibs_informatics_aws_lambda.main:handle_cli"
[tool.setuptools.dynamic]
version = {attr = "aibs_informatics_aws_lambda._version.__version__"}

[tool.setuptools.package-data]
"*" = ['py.typed']

[tool.setuptools.packages.find]
where = ["src"]

Expand Down
Empty file.

0 comments on commit 8465db8

Please sign in to comment.