From 45e0602e2ce7f2d0b22cf7b0a4b4da80d37baa70 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 27 Apr 2019 21:44:16 +0200
Subject: [PATCH] [doc] setup.py: add classifiers, status, env, audience,
 language

---
 setup.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.py b/setup.py
index 8df138f3..998fc457 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",
-- 
GitLab