Explorar o código

setup.py: handle .jj

raylu hai 4 meses
pai
achega
cda5b2008e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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