summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-09-29 21:01:28 +0200
committerhut <hut@lavabit.com>2011-09-29 21:01:42 +0200
commit19978ad288681e373aabff87968c988573603e5c (patch)
treed2c2216c39aa8b652ff66af1684a201d172ab0ef
parenta082b66a56cab3003964c1217e37f248b34dacc8 (diff)
downloadranger-19978ad288681e373aabff87968c988573603e5c.tar.gz
Fixed setup.py (by removing ranger/help entry)
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e63e28d2..960ee644 100755
--- a/setup.py
+++ b/setup.py
@@ -39,5 +39,4 @@ if __name__ == '__main__':
 		          'ranger.ext',
 		          'ranger.fsobject',
 		          'ranger.gui',
-		          'ranger.gui.widgets',
-		          'ranger.help'))
+		          'ranger.gui.widgets'))
a> 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143