Skip to content

Commit 2d058c6

Browse files
committed
Use quotes while adding entires to tool.versioneer in pyproject.toml
1 parent 7e60608 commit 2d058c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
requires = ["setuptools", "wheel", "Cython>=0.29", "packaging", "pip>=19.0.0", "numpy", "mpi4py", "pkgconfig"]
44

55
[tool.versioneer]
6-
VCS = git
7-
style = pep440
8-
versionfile_source = precice/_version.py
9-
versionfile_build = precice/_version.py
10-
tag_prefix =
11-
parentdir_prefix = precice-
6+
VCS = "git"
7+
style = "pep440"
8+
versionfile_source = "precice/_version.py"
9+
versionfile_build = "precice/_version.py"
10+
tag_prefix = ""
11+
parentdir_prefix = "precice-"

0 commit comments

Comments
 (0)