blob: 18960d14d2ca4ad30b3a1ea4c18ab8bc6ed36460 (
plain) (
tree)
|
|
--- 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):
|