aboutsummaryrefslogblamecommitdiff
path: root/www/moinmoin/files/patch-setup.py
blob: 18960d14d2ca4ad30b3a1ea4c18ab8bc6ed36460 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                               
--- setup.py.orig	2016-10-31 20:44:02 UTC
+++ setup.py
@@ -26,6 +26,7 @@ def isbad(name):
     return (name.startswith('.') or
             name.startswith('#') or
             name.endswith('.pickle') or
+            name.endswith('.orig') or
             name == 'CVS')
 
 def isgood(name):