Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-03-29 11:22:36 +0200
committerAnton Hvornum <anton@hvornum.se>2022-03-29 11:22:36 +0200
commit28c63b2354724601b0c88e5cc60473f801968d4d (patch)
tree37f2bca5ce1bbe41c692f16993fae2fd8690be9d /pyproject.toml
parent7f0ccbe87ed64dc25a2948579b332e1a7b6b0403 (diff)
Made build version dynamic as pointed out in https://github.com/pypa/build/issues/453
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a1cd58e6..207dace5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "archinstall"
-version = "2.4.0"
+dynamic = ["version"]
description = "Arch Linux installer - guided, templates etc."
authors = [
{name = "Anton Hvornum", email = "anton@hvornum.se"},