We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b742166 commit 2a2da39Copy full SHA for 2a2da39
2 files changed
folium/py.typed
setup.py
@@ -30,6 +30,7 @@ def walk_subpkg(name):
30
"templates/*.html",
31
"templates/*.js",
32
"templates/*.txt",
33
+ "py.typed",
34
]
35
+ walk_subpkg("templates/tiles")
36
}
0 commit comments