about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-21 23:26:28 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-21 23:26:28 +0100
commitb1c9c669365cea4fb94babd66076665685abc453 (patch)
treeafc5e6da1f651a1126b46f44a6f10e0388f6e0e0 /setup.py
parenta6a173c2fddf2fa38a69ca750431b7ca6932bcb0 (diff)
downloadyoutube-dl-b1c9c669365cea4fb94babd66076665685abc453.tar.gz
youtube-dl-b1c9c669365cea4fb94babd66076665685abc453.tar.xz
youtube-dl-b1c9c669365cea4fb94babd66076665685abc453.zip
Remove unnecessary slash in setup.py (Fixes #1778)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aa7cfca08..8e24fe679 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
         'data_files': [  # Installing system-wide would require sudo...
             ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
             ('share/doc/youtube_dl', ['README.txt']),
-            ('share/man/man1/', ['youtube-dl.1'])
+            ('share/man/man1', ['youtube-dl.1'])
         ]
     }
     if setuptools_available: