From: Harmon Date: Sat, 26 Dec 2020 08:44:09 +0000 (-0600) Subject: Update setup classifiers to be only Python 3 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d85a70e5a20c474d72ef4b7a03028f831cbee94;p=tweepy.git Update setup classifiers to be only Python 3 --- diff --git a/setup.py b/setup.py index e646bcf..011b4fa 100644 --- a/setup.py +++ b/setup.py @@ -60,14 +60,13 @@ setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3 :: Only", ], zip_safe=True, )