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-cdk-lib pkg indicate that it is typed
  • Loading branch information
njmei authored May 16, 2024
2 parents 7c137e7 + 0954e77 commit 32a73f6
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 @@ -32,6 +32,9 @@ dev = [
[tool.setuptools.dynamic]
version = {attr = "aibs_informatics_cdk_lib._version.__version__"}

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

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

Expand Down
Empty file.

0 comments on commit 32a73f6

Please sign in to comment.