remove wrong python version classifier and ansible-lint as dependency

This commit is contained in:
Robert Kaussow 2018-12-19 14:15:39 +01:00
parent bbf9a6c7fa
commit 8d144a41a2
1 changed files with 0 additions and 2 deletions

View File

@ -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",