We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fc26a commit 8604a64Copy full SHA for 8604a64
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
- Change internal data types to set to speed up building queries and allow caching
4
- Add a `bulk_create` method to the model manager.
5
+- Add `py.typed` to package
6
7
# 0.7.5
8
atomdb/py.typed
setup.py
@@ -32,4 +32,5 @@
32
"motor", # nosql database support
33
],
34
packages=find_packages(),
35
+ package_data={'atomdb': ["py.typed"]}
36
)
0 commit comments