Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-02-27 23:51:22 +0100
committerGitHub <noreply@github.com>2023-02-27 23:51:22 +0100
commit2a17ba983330cf8c511b9b1fa0329acaa2631c7c (patch)
treeca347cabeaf44cedd4b6447fa006a51a6fa50e31 /setup.cfg
parentf26b5308597273dfa182b89d265bcc59e057bd0e (diff)
Replacing flit (#1655)
* Replacing flit * Removed python-flit as a dependency * Removed note about flit * Removed flit references in pyproject.toml
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg16
1 files changed, 10 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 8c9c087e..fd73ff92 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ author = Anton Hvornum
author_email = anton@hvornum.se
long_description = file: README.md
long_description_content_type = text/markdown
+keywords = linux, arch, archinstall, installer
license = GPL
license_files =
LICENSE
@@ -13,15 +14,18 @@ project_urls =
Source = https://github.com/archlinux/archinstall
Documentation = https://archinstall.readthedocs.io/
classifiers =
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: POSIX :: Linux
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
+ "Operating System :: POSIX :: Linux",
[options]
packages = find:
-python_requires = >= 3.8
+python_requires = >= 3.10
+zip_safe = True
+include_package_data = True
[options.packages.find]
include =