summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorDorien Snake <threeifbywhiskey@gmail.com>2014-12-10 18:13:31 -0500
committerDorien Snake <threeifbywhiskey@gmail.com>2014-12-10 18:13:31 -0500
commit61f87ce9bd76aae14385e47b22772f90d0fb7a87 (patch)
tree44ccb7a81303c23b02cfe021df08df654116a0b8 /setup.py
parentb071cb85290860895ca53d11105c825674cadebb (diff)
downloadranger-61f87ce9bd76aae14385e47b22772f90d0fb7a87.tar.gz
Fixed references to doc/HACKING
This patch replaces all references to `doc/HACKING` with `doc/HACKING.md`, to
include the one in `setup.py` that was preventing a successful build. Some
trailing whitespace was incidentally removed.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7bb67837..266da6d1 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ if __name__ == '__main__':
             ('share/doc/ranger',
                 ['README.md',
                  'CHANGELOG',
-                 'doc/HACKING',
+                 'doc/HACKING.md',
                  'doc/colorschemes.txt']),
             ('share/doc/ranger/config/colorschemes',
                 _findall('doc/config/colorschemes')),