From 38809de7b3c86d33f8adda7f0bad97f3fad90e6a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 11 Mar 2021 22:26:19 +0200
Subject: [PATCH] Some more classifiers and information.

---
 README.rst | 8 ++++++++
 setup.py   | 9 +++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 5199a20..65abebd 100644
--- a/README.rst
+++ b/README.rst
@@ -17,6 +17,14 @@ Template
     :target: https://pypistats.org/packages/template
     :alt: PyPI Stats
 
+|
+
+.. image:: https://img.shields.io/pypi/implementation/template.svg
+    :alt: Supported Python implementations
+
+.. image:: https://img.shields.io/pypi/pyversions/template.svg
+    :alt: Supported Python versions
+
 A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
 templates and environment variables.
 
diff --git a/setup.py b/setup.py
index 0a5a8c9..87b383e 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,11 @@ setup(
     license="AGPLv3+",
     classifiers=[
         "Development Status :: 4 - Beta",
+        "Environment :: Console",
         "Intended Audience :: Developers",
+        "Intended Audience :: Information Technology",
+        "Intended Audience :: System Administrators",
+        "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",  # noqa: E501 pylint: disable=line-too-long
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
@@ -23,9 +27,10 @@ setup(
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.7",
-        "Intended Audience :: System Administrators",
+        "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: PyPy",
+        "Topic :: Text Processing",
         "Topic :: Utilities",
-        "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",  # noqa: E501 pylint: disable=line-too-long
     ],
     keywords="config configuration jinja template environment",
     packages=find_packages(),
-- 
GitLab