From a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a Mon Sep 17 00:00:00 2001 From: opiopan Date: Sun, 12 May 2019 08:21:41 +0900 Subject: change supported python version --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8a26d38..6c42e5b 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,6 @@ METADATA = { "Development Status :: 3 - Alpha", "Topic :: Utilities", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python", - "Programming Language :: Python :: 2", - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', -- cgit