Skip to content

Commit

Permalink
Use quotes while adding entires to tool.versioneer in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jul 27, 2023
1 parent 7e60608 commit 2d058c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
requires = ["setuptools", "wheel", "Cython>=0.29", "packaging", "pip>=19.0.0", "numpy", "mpi4py", "pkgconfig"]

[tool.versioneer]
VCS = git
style = pep440
versionfile_source = precice/_version.py
versionfile_build = precice/_version.py
tag_prefix =
parentdir_prefix = precice-
VCS = "git"
style = "pep440"
versionfile_source = "precice/_version.py"
versionfile_build = "precice/_version.py"
tag_prefix = ""
parentdir_prefix = "precice-"

0 comments on commit 2d058c6

Please sign in to comment.