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
56a59048
Kaydet (Commit)
56a59048
authored
Nis 27, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reintroduce versionchanged tags, but with correct version.
üst
b70ccc34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
setupscript.rst
Doc/distutils/setupscript.rst
+13
-0
No files found.
Doc/distutils/setupscript.rst
Dosyayı görüntüle @
56a59048
...
@@ -454,6 +454,10 @@ way. From the PyXML setup script::
...
@@ -454,6 +454,10 @@ way. From the PyXML setup script::
scripts
=[
'scripts/xmlproc_parse'
,
'scripts/xmlproc_val'
]
scripts
=[
'scripts/xmlproc_parse'
,
'scripts/xmlproc_val'
]
)
)
..
versionchanged
::
3.1
All
the
scripts
will
also
be
added
to
the
``
MANIFEST
``
file
if
no
template
is
provided
.
See
:
ref
:`
manifest
`.
..
_distutils
-
installing
-
package
-
data
:
..
_distutils
-
installing
-
package
-
data
:
...
@@ -498,6 +502,11 @@ The corresponding call to :func:`setup` might be::
...
@@ -498,6 +502,11 @@ The corresponding call to :func:`setup` might be::
)
)
..
versionchanged
::
3.1
All
the
files
that
match
``
package_data
``
will
be
added
to
the
``
MANIFEST
``
file
if
no
template
is
provided
.
See
:
ref
:`
manifest
`.
..
_distutils
-
additional
-
files
:
..
_distutils
-
additional
-
files
:
Installing
Additional
Files
Installing
Additional
Files
...
@@ -534,6 +543,10 @@ without specifying a target directory, but this is not recommended, and the
...
@@ -534,6 +543,10 @@ without specifying a target directory, but this is not recommended, and the
files
directly
in
the
target
directory
,
an
empty
string
should
be
given
as
the
files
directly
in
the
target
directory
,
an
empty
string
should
be
given
as
the
directory
.
directory
.
..
versionchanged
::
3.1
All
the
files
that
match
``
data_files
``
will
be
added
to
the
``
MANIFEST
``
file
if
no
template
is
provided
.
See
:
ref
:`
manifest
`.
..
_meta
-
data
:
..
_meta
-
data
:
...
...
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