From d362049e52be1a5844ed212ef540ab770421d48e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 21:49:51 +0100 Subject: [PATCH] setup.py: add one more classifier topic --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 29c0d3b..6686bf7 100755 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setup(name = "pyxattr", "Programming Language :: Python :: Implementation :: PyPy", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", + "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Filesystems", ] ) -- 2.39.2