Skip to content

Commit

Permalink
package_data expects dict[str, list[str]]
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Apr 21, 2024
1 parent a66532d commit fef6536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"dataclasses-json>=0.5.7",
"aiobotocore>=2.3.0"
],
package_data="py.typed"
package_data={"near_lake_framework": ["py.typed"]}
)

0 comments on commit fef6536

Please sign in to comment.