From e2a63bd59fcbee117c3b4a246b11fb98ca215b7b Mon Sep 17 00:00:00 2001 From: Joakim Hamren Date: Mon, 10 Mar 2014 03:55:49 +0100 Subject: [PATCH] Updated setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2c96f62..34e4c9c 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,11 @@ description="Linux system information web dashboard", long_description="psdash is a system information web dashboard for linux using data mainly served by psutil", classifiers=[ - "System :: Monitoring", - "System :: Logging", - "System :: Networking :: Monitoring", + "Topic :: System :: Monitoring", + "Topic :: System :: Logging", + "Topic :: System :: Networking :: Monitoring", "Development Status :: 4 - Beta", - "Operating System :: Linux", + "Operating System :: POSIX :: Linux", "Programming Language :: Python", "License :: Public Domain", "Intended Audience :: Developers",