We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59f3af5 + 309f597 commit 113538aCopy full SHA for 113538a
1 file changed
MANIFEST.in
@@ -1,4 +1,6 @@
1
include *.txt
2
+include README.rst
3
+include pyproject.toml
4
5
recursive-include folium *.py
6
recursive-include folium *.js
@@ -8,3 +10,10 @@ recursive-include folium/templates *
8
10
prune examples
9
11
prune tests
12
prune docs
13
+prune *.egg-info
14
+
15
+exclude *.yml
16
+exclude .pre-commit-config.yaml
17
+exclude *.enc
18
+exclude .gitignore
19
+exclude .isort.cfg
0 commit comments