mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-17 05:22:22 +09:00
removed data_files param
always returning: error: can't copy 'youtube-dl.bash-completion': doesn't exist or not a regular file
This commit is contained in:
parent
bfc6ea7935
commit
674adc5220
3
setup.py
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user