changeset 1223:4976eb0f5315

install (setup.py): updated classifiers
author Goffi <goffi@goffi.org>
date Sun, 25 Aug 2019 12:16:34 +0200
parents b2a9da7708f6
children 62bf4f87c249
files setup.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Aug 25 12:05:49 2019 +0200
+++ b/setup.py	Sun Aug 25 12:16:34 2019 +0200
@@ -65,7 +65,10 @@
     author_email="contact@goffi.org",
     url="https://www.salut-a-toi.org",
     classifiers=[
-        "Development Status :: 3 - Alpha",
+        "Programming Language :: Python :: 3 :: Only",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Development Status :: 5 - Production/Stable",
         "Environment :: Web Environment",
         "Framework :: Twisted",
         "License :: OSI Approved :: GNU Affero General Public License v3 "