From a00dfda754b5cd8f3c86f4a5ede69147905d1ef8 Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Mon, 26 Feb 2018 21:52:42 +0530 Subject: [PATCH] remove python 3.4 classifier Since it require python >= 3.5.0 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d7f6271..1ad965a 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,6 @@ setup( # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython',