Skip to content

Commit 9231427

Browse files
authored
Merge pull request #1538 from ocefpaf/v0.12.1
fix version issue
2 parents 04df767 + a95daf9 commit 9231427

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Diff for: pyproject.toml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build-system]
2+
requires = ["setuptools>=41.2", "setuptools_scm", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.interrogate]
6+
ignore-init-method = true
7+
ignore-init-module = false
8+
ignore-magic = false
9+
ignore-semiprivate = false
10+
ignore-private = false
11+
ignore-module = false
12+
fail-under = 85
13+
exclude = ["setup.py", "docs", "tests"]
14+
verbose = 1
15+
quiet = false
16+
color = true

Diff for: setup.cfg

-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# See the docstring in versioneer.py for instructions. Note that you must
2-
# re-run 'versioneer.py setup' after changing this section, and commit the
3-
# resulting files.
4-
5-
[versioneer]
6-
VCS = git
7-
style = pep440
8-
versionfile_source = folium/_version.py
9-
versionfile_build = folium/_version.py
10-
tag_prefix = v
11-
parentdir_prefix =
12-
131
[tool:pytest]
142
flake8-max-line-length = 121
153
flake8-ignore =

0 commit comments

Comments
 (0)