diff options
author | Filipe Laíns <lains@riseup.net> | 2021-06-24 16:40:49 +0100 |
---|---|---|
committer | Filipe Laíns <lains@riseup.net> | 2021-06-24 16:40:49 +0100 |
commit | 4cad4ee8b115e6eec9ef26a3e888e8453d85b014 (patch) | |
tree | e1fe30bf51161399019677c39daef07662d28705 | |
parent | 3732351d86c3507c869c65bed5e5a8a310e5c283 (diff) |
setup.cfg: add missing Python version trove classifiers
Signed-off-by: Filipe Laíns <lains@riseup.net>
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: System :: Operating System Kernels :: Linux url = https://github.com/FFY00/python-ioctl |