Skip to content

Commit c008b2a

Browse files
authored
Merge pull request #100 from shamrin/patch-1
add py.typed to let mypy notice inline types
2 parents 0aaa100 + cf43702 commit c008b2a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

databases/py.typed

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ def get_packages(package):
6565
"Programming Language :: Python :: 3.6",
6666
"Programming Language :: Python :: 3.7",
6767
],
68+
zip_safe=False,
6869
)

0 commit comments

Comments
 (0)