changeset 315:4c1df075378c

install (setup.py): keep order consistent with sat's setup.py in classifiers
author Goffi <goffi@goffi.org>
date Sun, 25 Aug 2019 12:17:56 +0200
parents 7ea4b7915c6b
children 86566968837a
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Aug 25 12:16:26 2019 +0200
+++ b/setup.py	Sun Aug 25 12:17:56 2019 +0200
@@ -63,9 +63,9 @@
     author_email="contact@goffi.org",
     url="https://salut-a-toi.org",
     classifiers=[
+        "Programming Language :: Python :: 3 :: Only",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
-        "Programming Language :: Python :: 3 :: Only",
         "Development Status :: 5 - Production/Stable",
         "Environment :: X11 Applications",
         "Framework :: Twisted",