Made build version dynamic as pointed out in https://github.com/pypa/build/issues/453

This commit is contained in:
Anton Hvornum 2022-03-29 11:22:36 +02:00
parent 7f0ccbe87e
commit 28c63b2354
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -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"},