diff --git a/setup.py b/setup.py
index 8df138f336ad91d456cc175d8048394da6594485..998fc457e01131588552ec44d096b263944834df 100644
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,12 @@ setup(
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3 :: Only",
+        "Development Status :: 5 - Production/Stable",
         "License :: OSI Approved :: GNU Affero General Public License v3",
         "Operating System :: OS Independent",
+        "Environment :: Console",
+        "Intended Audience :: End Users/Desktop",
+        "Natural Language :: English",
     ),
     install_requires=[
         "Click",