File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/amuse/rfi/tools/dir_templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dirty = "{{base_version}}+d{{build_date:%Y%m%d}}"
2525distance-dirty = " {{next_version}}.dev{{distance}}+{{vcs}}{{rev}}.d{{build_date:%Y%m%d}}"
2626
2727[tool .versioningit .vcs ]
28- method = { module = " version_helper" , value = " get_amuse_version" , module-dir = " amuse_{code}/support/shared" }
28+ method = {{ module = " version_helper" , value = " get_amuse_version" , module-dir = " amuse_{code}/support/shared" } }
2929
3030[tool .hatch .build ]
3131skip-excluded-dirs = true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dirty = "{{base_version}}+d{{build_date:%Y%m%d}}"
2323distance-dirty = " {{next_version}}.dev{{distance}}+{{vcs}}{{rev}}.d{{build_date:%Y%m%d}}"
2424
2525[tool .versioningit .vcs ]
26- method = { module = " version_helper" , value = " get_amuse_version" , module-dir = " amuse_{code}/support/shared" }
26+ method = {{ module = " version_helper" , value = " get_amuse_version" , module-dir = " amuse_{code}/support/shared" } }
2727
2828[tool .hatch .build ]
2929skip-excluded-dirs = true
You can’t perform that action at this time.
0 commit comments