# HG changeset patch # User Goffi # Date 1566728276 -7200 # Node ID 4c1df075378ce6a79bf3eb93809a555aa440dff6 # Parent 7ea4b7915c6bbd39a0cb60420e0c2d4f2c8f20bc install (setup.py): keep order consistent with sat's setup.py in classifiers diff -r 7ea4b7915c6b -r 4c1df075378c setup.py --- 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",