From 28c63b2354724601b0c88e5cc60473f801968d4d Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 29 Mar 2022 11:22:36 +0200 Subject: Made build version dynamic as pointed out in https://github.com/pypa/build/issues/453 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- cgit v1.2.3-54-g00ecf