From 8d144a41a2fd3ee4e82ef389d3ee9c4908307993 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 19 Dec 2018 14:15:39 +0100 Subject: [PATCH] remove wrong python version classifier and ansible-lint as dependency --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index a78ee89..4a16acc 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,6 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', @@ -59,7 +58,6 @@ setup( include_package_data=True, zip_safe=False, install_requires=[ - "ansible-lint>=3.4.1", "pyyaml", "appdirs", "unidiff",