mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
remove wrong python version classifier and ansible-lint as dependency
This commit is contained in:
parent
bbf9a6c7fa
commit
8d144a41a2
2
setup.py
2
setup.py
@ -50,7 +50,6 @@ setup(
|
|||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
@ -59,7 +58,6 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"ansible-lint>=3.4.1",
|
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
"appdirs",
|
"appdirs",
|
||||||
"unidiff",
|
"unidiff",
|
||||||
|
Loading…
Reference in New Issue
Block a user