Some corrections

This commit is contained in:
Dylan M. Taylor 2022-02-12 14:04:22 -05:00 committed by GitHub
parent 350ed1990f
commit af530b479c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -18,10 +18,14 @@ homepage = "https://archlinux.org"
repository = "https://github.com/archlinux/archinstall"
documentation = "https://archinstall.readthedocs.io/"
keywords = ["packaging", "dependency", "infer", "pyproject.toml"]
keywords = ["linux", "arch", "archinstall", "installer"]
classifiers = [
"Topic :: Software Development"
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
]
[tool.mypy]