Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION export-subst
6 changes: 6 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file is used to record the version of AMUSE in a .tar.gz archive made using git
# archive. The build system will pick it up from here if it is not building from a git
# repository but from that tar.gz file.

$Format:%(describe:match=v*)$

5 changes: 4 additions & 1 deletion src/amuse/rfi/tools/dir_templates/pyproject-base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ distance = "{{next_version}}.dev{{distance}}+{{vcs}}{{rev}}"
dirty = "{{base_version}}+d{{build_date:%Y%m%d}}"
distance-dirty = "{{next_version}}.dev{{distance}}+{{vcs}}{{rev}}.d{{build_date:%Y%m%d}}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_{code}/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand All @@ -38,7 +41,7 @@ exclude = [
artifacts = ["amuse_{code}/{code}_worker"]

[tool.pytest.ini_options]
pythonpath = ["amuse_{code}/tests/", "../../../../../tests"]
pythonpath = ["amuse_{code}/tests/"]

testpaths = ["amuse_{code}/tests"]

3 changes: 3 additions & 0 deletions src/amuse/rfi/tools/dir_templates/pyproject-extra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ distance = "{{next_version}}.dev{{distance}}+{{vcs}}{{rev}}"
dirty = "{{base_version}}+d{{build_date:%Y%m%d}}"
distance-dirty = "{{next_version}}.dev{{distance}}+{{vcs}}{{rev}}.d{{build_date:%Y%m%d}}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_{code}/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_aarsethzare/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_adaptb/packages/amuse-adaptb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_adaptb/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_athena/packages/amuse-athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_athena/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_bhtree/packages/amuse-bhtree/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_bhtree/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_brutus/packages/amuse-brutus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_brutus/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_bse/packages/amuse-bse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_bse/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_capreole/packages/amuse-capreole/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_capreole/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_etics/packages/amuse-etics-cuda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_etics/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_evtwin/packages/amuse-evtwin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_evtwin/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_fastkick/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_fastkick/packages/amuse-fastkick/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_fastkick/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_fi/packages/amuse-fi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_fi/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_fractalcluster/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_gadget2/packages/amuse-gadget2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_gadget2/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_galactics/packages/amuse-galactics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_galactics/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_galaxia/packages/amuse-galaxia/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_galaxia/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_halogen/packages/amuse-halogen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_halogen/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_hermite/packages/amuse-hermite/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_hermite/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_hermite_grx/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_higpus/packages/amuse-higpus-cuda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_higpus/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_hop/packages/amuse-hop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_hop/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_huayno/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_huayno/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_huayno/packages/amuse-huayno/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_huayno/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_kepler/packages/amuse-kepler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_kepler/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_kepler_orbiters/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_krome/packages/amuse-krome/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_krome/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mameclot/packages/amuse-mameclot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mameclot/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mercury/packages/amuse-mercury/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mercury/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mesa_r15140/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mesa_r2208/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mi6/packages/amuse-mi6-sapporo2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mi6/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mi6/packages/amuse-mi6/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mi6/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mikkola/packages/amuse-mikkola/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mikkola/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mmams/packages/amuse-mmams/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mmams/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
3 changes: 3 additions & 0 deletions src/amuse_mobse/packages/amuse-mobse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"

[tool.versioningit.vcs]
method = { module = "version_helper", value = "get_amuse_version", module-dir = "amuse_mobse/support/shared" }

[tool.hatch.build]
skip-excluded-dirs = true

Expand Down
Loading
Loading