Add some tweaks to make PKGBUILD more manageable (#1695)
* Fixing some values that trigger issues in PKGBUILD * license dynamic
This commit is contained in:
parent
9fe9fd6e62
commit
9f102a66a4
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "archinstall"
|
name = "archinstall"
|
||||||
dynamic = ["version"]
|
dynamic = ["version", "entry-points", "license"]
|
||||||
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"},
|
||||||
|
|
@ -15,11 +15,9 @@ requires-python = ">=3.10"
|
||||||
keywords = ["linux", "arch", "archinstall", "installer"]
|
keywords = ["linux", "arch", "archinstall", "installer"]
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue