From 02464b21e1f10bf0b6ce31d3aba6442f8bce5beb Mon Sep 17 00:00:00 2001 From: Ganesh Bagaria Date: Wed, 2 Sep 2020 16:50:29 +0530 Subject: [PATCH] remove not supported classifiers --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index da5d2f3..81c0ddf 100644 --- a/setup.py +++ b/setup.py @@ -4,18 +4,13 @@ setuptools.setup( name="proxy-extractor", - version="0.1.0", + version="0.1.1", author="Ganofins", author_email="bagariaganesh@gmail.com", description="Package to extract free proxies from various free proxy listings", url="https://github.com/Ganofins/proxy-extractor", packages=setuptools.find_packages(), classifiers=[ - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.1", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",