From 3331847398b976068d5d5e4489acd23a78aacdbf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 25 Aug 2020 15:59:08 +0200 Subject: Stop testing Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 17c39ec..3bea4b4 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( 'Intended Audience :: System Administrators', 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', - 'Programming Language :: Python', + 'Programming Language :: Python :: 3 :: Only', 'Topic :: Security :: Cryptography', ] ) -- cgit v1.2.3