Switch to standardized project block
This commit is contained in:
parent
ea320945ce
commit
350ed1990f
|
|
@ -2,33 +2,27 @@
|
||||||
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]
|
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.flit.metadata]
|
[tool.setuptools_scm]
|
||||||
module = "archinstall"
|
|
||||||
author = "Anton Hvornum"
|
[project]
|
||||||
author-email = "anton@hvornum.se"
|
name = "archinstall"
|
||||||
home-page = "https://archlinux.org"
|
version = "2.4.0"
|
||||||
classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
description = "Arch Linux installer - guided, templates etc."
|
||||||
"Programming Language :: Python :: 3.8",
|
authors = [
|
||||||
"Programming Language :: Python :: 3.9",
|
"Anton Hvornum <anton@hvornum.se>"
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
||||||
"Operating System :: POSIX :: Linux",
|
|
||||||
]
|
]
|
||||||
description-file = "README.md"
|
license = "GNU General Public License v3 or later (GPLv3+)"
|
||||||
requires-python=">=3.8"
|
readme = "README.md"
|
||||||
|
python = ">=3.10"
|
||||||
|
homepage = "https://archlinux.org"
|
||||||
|
repository = "https://github.com/archlinux/archinstall"
|
||||||
|
documentation = "https://archinstall.readthedocs.io/"
|
||||||
|
|
||||||
[tool.flit.metadata.urls]
|
keywords = ["packaging", "dependency", "infer", "pyproject.toml"]
|
||||||
Source = "https://github.com/archlinux/archinstall"
|
|
||||||
Documentation = "https://archinstall.readthedocs.io/"
|
|
||||||
|
|
||||||
[tool.flit.scripts]
|
classifiers = [
|
||||||
archinstall = "archinstall:run_as_a_module"
|
"Topic :: Software Development"
|
||||||
|
]
|
||||||
[tool.flit.sdist]
|
|
||||||
include = ["docs/","profiles"]
|
|
||||||
exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"]
|
|
||||||
|
|
||||||
[tool.flit.metadata.requires-extra]
|
|
||||||
doc = ["sphinx"]
|
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.10"
|
python_version = "3.10"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue