We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb2524 commit 53a2f50Copy full SHA for 53a2f50
dynamodb_mapping/py.typed
setup.py
@@ -39,9 +39,10 @@
39
keywords="dynamodb_mapping",
40
name="dynamodb_mapping",
41
packages=find_packages(include=["dynamodb_mapping", "dynamodb_mapping.*"]),
42
+ package_data={"dynamodb_mapping": ["py.typed"]},
43
test_suite="tests",
44
tests_require=test_requirements,
45
url="https://github.com/mrtj/dynamodb_mapping",
- version="0.1.0",
46
+ version="0.1.1",
47
zip_safe=False,
48
)
0 commit comments