Skip to content

Commit 8604a64

Browse files
committed
Add py.typed file
1 parent 92fc26a commit 8604a64

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Change internal data types to set to speed up building queries and allow caching
44
- Add a `bulk_create` method to the model manager.
5+
- Add `py.typed` to package
56

67
# 0.7.5
78

atomdb/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
"motor", # nosql database support
3333
],
3434
packages=find_packages(),
35+
package_data={'atomdb': ["py.typed"]}
3536
)

0 commit comments

Comments
 (0)