upip: Don't install README files.

pull/26/head
Paul Sokolovsky 2015-05-04 00:10:09 +03:00
rodzic 267b21252d
commit e143637b50
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ def install_tar(f, prefix):
fname = "" fname = ""
save = True save = True
for p in ("setup.", "PKG-INFO"): for p in ("setup.", "PKG-INFO", "README"):
#print(fname, p) #print(fname, p)
if fname.startswith(p) or ".egg-info" in fname: if fname.startswith(p) or ".egg-info" in fname:
if fname.endswith("/requires.txt"): if fname.endswith("/requires.txt"):