Skip to content

Commit 2a2da39

Browse files
authored
Add py.typed file (#2030)
1 parent b742166 commit 2a2da39

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

folium/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def walk_subpkg(name):
3030
"templates/*.html",
3131
"templates/*.js",
3232
"templates/*.txt",
33+
"py.typed",
3334
]
3435
+ walk_subpkg("templates/tiles")
3536
}

0 commit comments

Comments
 (0)