summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Laíns <lains@archlinux.org>2020-08-07 02:25:32 +0100
committerFilipe Laíns <lains@archlinux.org>2020-08-07 02:25:32 +0100
commitac1fe9bc1a63def16f743693fb237301b3b0c349 (patch)
treef3428acb621a9a2a340df623498aaadf3fd47e13
parentcd845621fd0557c0638efd81cd5a8cce9ccc4236 (diff)
setup.cfg: add linux kernel trove classifier
Signed-off-by: Filipe Laíns <lains@archlinux.org>
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8e18434..49d9ed3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,6 +12,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Topic :: System :: Operating System Kernels :: Linux
url = https://github.com/FFY00/python-ioctl
[options]