Made build version dynamic as pointed out in https://github.com/pypa/build/issues/453
This commit is contained in:
parent
7f0ccbe87e
commit
28c63b2354
|
|
@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "archinstall"
|
name = "archinstall"
|
||||||
version = "2.4.0"
|
dynamic = ["version"]
|
||||||
description = "Arch Linux installer - guided, templates etc."
|
description = "Arch Linux installer - guided, templates etc."
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Anton Hvornum", email = "anton@hvornum.se"},
|
{name = "Anton Hvornum", email = "anton@hvornum.se"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue