From 674adc52201df2a40faac0a529c403163e7dc1cd Mon Sep 17 00:00:00 2001 From: Vinicius Ruan Cainelli Date: Tue, 5 Feb 2013 23:19:44 -0200 Subject: [PATCH] removed data_files param always returning: error: can't copy 'youtube-dl.bash-completion': doesn't exist or not a regular file --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index eb7b1a212..8e8b4e100 100644 --- a/setup.py +++ b/setup.py @@ -40,9 +40,6 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe': else: params = { 'scripts': ['bin/youtube-dl'], - 'data_files': [('etc/bash_completion.d', ['youtube-dl.bash-completion']), # Installing system-wide would require sudo... - ('share/doc/youtube_dl', ['README.txt']), - ('share/man/man1/', ['youtube-dl.1'])] } # Get the version from youtube_dl/version.py without importing the package