From 61e660442c145e0c695c9fe2063595dd0de45fcd Mon Sep 17 00:00:00 2001 From: Benjamin Schwarze Date: Wed, 15 May 2013 21:02:53 +0200 Subject: [PATCH] fix package mentioned twice in setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index cb71240f988..ea2fe8f4a96 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ setup(name='ansible', 'ansible.runner.action_plugins', 'ansible.runner.lookup_plugins', 'ansible.runner.connection_plugins', - 'ansible.runner.action_plugins', 'ansible.runner.filter_plugins', 'ansible.callback_plugins', ],