Skip to content

Commit 53a2f50

Browse files
author
Janos Tolgyesi
committed
Add py.typed
1 parent 9eb2524 commit 53a2f50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dynamodb_mapping/py.typed

Whitespace-only changes.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
keywords="dynamodb_mapping",
4040
name="dynamodb_mapping",
4141
packages=find_packages(include=["dynamodb_mapping", "dynamodb_mapping.*"]),
42+
package_data={"dynamodb_mapping": ["py.typed"]},
4243
test_suite="tests",
4344
tests_require=test_requirements,
4445
url="https://github.com/mrtj/dynamodb_mapping",
45-
version="0.1.0",
46+
version="0.1.1",
4647
zip_safe=False,
4748
)

0 commit comments

Comments
 (0)