Skip to content

Commit

Permalink
remove not supported classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganofins committed Sep 2, 2020
1 parent bf33bfe commit 02464b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@

setuptools.setup(
name="proxy-extractor",
version="0.1.0",
version="0.1.1",
author="Ganofins",
author_email="[email protected]",
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",
Expand Down

0 comments on commit 02464b2

Please sign in to comment.