]> git.phdru.name Git - m_lib.git/commitdiff
Build(setup.py): Fix trove classifiers master
authorOleg Broytman <phd@phdru.name>
Thu, 14 Dec 2023 15:25:04 +0000 (18:25 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 14 Dec 2023 15:25:04 +0000 (18:25 +0300)
Remove Python 2.6.

setup.py

index 988e15b18cdab169451d6b28e2cb853d1fe5c1a9..d1279fd9a1d0b73d00ee1fddff71f26c3e8bd708 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ setup(
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.4',