forked from python-visualization/folium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (29 loc) · 631 Bytes
/
setup.cfg
File metadata and controls
34 lines (29 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = folium/_version.py
versionfile_build = folium/_version.py
tag_prefix = v
parentdir_prefix =
[tool:pytest]
flake8-max-line-length = 120
flake8-ignore =
docs/* ALL
versioneer.py ALL
folium/_version.py ALL
[metadata]
description-file = README.md
license_file = LICENSE.txt
[bdist_wheel]
universal = 1
[check-manifest]
ignore =
*.yml
docs
docs/*
*.enc
tests
tests/*