diff --git a/test/sanity/code-smell/package-data.py b/test/sanity/code-smell/package-data.py index 33120f34e95..6df34ed254b 100644 --- a/test/sanity/code-smell/package-data.py +++ b/test/sanity/code-smell/package-data.py @@ -47,10 +47,6 @@ def assemble_files_to_ship(complete_file_list): # These files are generated and then intentionally added to the sdist - # Manpages - ignore_script = ('ansible-connection', 'ansible-test') - script_names = [os.path.basename(path) for path in complete_file_list if path.startswith('bin/')] - # Misc misc_generated_files = [ 'PKG-INFO',