Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
64ed043c
Kaydet (Commit)
64ed043c
authored
Nis 21, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Package setuptools
üst
262fb925
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
msi.py
Tools/msi/msi.py
+10
-1
No files found.
Tools/msi/msi.py
Dosyayı görüntüle @
64ed043c
...
@@ -908,6 +908,12 @@ def add_files(db):
...
@@ -908,6 +908,12 @@ def add_files(db):
if
files
:
if
files
:
# Add an entry to the RemoveFile table to remove bytecode files.
# Add an entry to the RemoveFile table to remove bytecode files.
lib
.
remove_pyc
()
lib
.
remove_pyc
()
if
dir
.
endswith
(
'.egg-info'
):
lib
.
add_file
(
'entry_points.txt'
)
lib
.
add_file
(
'PKG-INFO'
)
lib
.
add_file
(
'top_level.txt'
)
lib
.
add_file
(
'zip-safe'
)
continue
if
dir
==
'test'
and
parent
.
physical
==
'Lib'
:
if
dir
==
'test'
and
parent
.
physical
==
'Lib'
:
lib
.
add_file
(
"185test.db"
)
lib
.
add_file
(
"185test.db"
)
lib
.
add_file
(
"audiotest.au"
)
lib
.
add_file
(
"audiotest.au"
)
...
@@ -930,9 +936,12 @@ def add_files(db):
...
@@ -930,9 +936,12 @@ def add_files(db):
if
dir
==
"Icons"
:
if
dir
==
"Icons"
:
lib
.
glob
(
"*.gif"
)
lib
.
glob
(
"*.gif"
)
lib
.
add_file
(
"idle.icns"
)
lib
.
add_file
(
"idle.icns"
)
if
dir
==
"command"
:
if
dir
==
"command"
and
parent
.
physical
==
"distutils"
:
lib
.
add_file
(
"wininst-6.exe"
)
lib
.
add_file
(
"wininst-6.exe"
)
lib
.
add_file
(
"wininst-7.1.exe"
)
lib
.
add_file
(
"wininst-7.1.exe"
)
if
dir
==
"setuptools"
:
lib
.
add_file
(
"cli.exe"
)
lib
.
add_file
(
"gui.exe"
)
if
dir
==
"data"
and
parent
.
physical
==
"test"
and
parent
.
basedir
.
physical
==
"email"
:
if
dir
==
"data"
and
parent
.
physical
==
"test"
and
parent
.
basedir
.
physical
==
"email"
:
# This should contain all non-.svn files listed in subversion
# This should contain all non-.svn files listed in subversion
for
f
in
os
.
listdir
(
lib
.
absolute
):
for
f
in
os
.
listdir
(
lib
.
absolute
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment