From: Oleg Broytman Date: Thu, 14 Dec 2023 15:25:04 +0000 (+0300) Subject: Build(setup.py): Fix trove classifiers X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain Build(setup.py): Fix trove classifiers Remove Python 2.6. --- diff --git a/setup.py b/setup.py index 988e15b..d1279fd 100755 --- 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',