1
0
raylu 4 сар өмнө
parent
commit
cda5b2008e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -29,7 +29,7 @@ def link_file(target, name):
 				raise
 
 for f in os.listdir('.'):
-	if f in [script, '.git', '.gitignore']:
+	if f.startswith('.') or f == script:
 		continue
 
 	name = '../.' + f