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
7de72ad8
Kaydet (Commit)
7de72ad8
authored
Şub 23, 2013
tarafından
Petri Lehtinen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
üst
e2c11473
905b6487
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
apiref.rst
Doc/distutils/apiref.rst
+4
-1
setupscript.rst
Doc/distutils/setupscript.rst
+2
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/distutils/apiref.rst
Dosyayı görüntüle @
7de72ad8
...
...
@@ -48,7 +48,10 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
+--------------------+--------------------------------+-------------------------------------------------------------+
| *maintainer* | The name of the current | a string |
| | maintainer, if different from | |
| | the author | |
| | the author. Note that if | |
| | the maintainer is provided, | |
| | distutils will use it as the | |
| | author in :file:`PKG-INFO` | |
+--------------------+--------------------------------+-------------------------------------------------------------+
| *maintainer_email* | The email address of the | a string |
| | current maintainer, if | |
...
...
Doc/distutils/setupscript.rst
Dosyayı görüntüle @
7de72ad8
...
...
@@ -601,7 +601,8 @@ Notes:
It
is
recommended
that
versions
take
the
form
*
major
.
minor
[.
patch
[.
sub
]]*.
(
3
)
Either
the
author
or
the
maintainer
must
be
identified
.
Either
the
author
or
the
maintainer
must
be
identified
.
If
maintainer
is
provided
,
distutils
lists
it
as
the
author
in
:
file
:`
PKG
-
INFO
`.
(
4
)
These
fields
should
not
be
used
if
your
package
is
to
be
compatible
with
Python
...
...
Misc/NEWS
Dosyayı görüntüle @
7de72ad8
...
...
@@ -756,6 +756,9 @@ Tools/Demos
Documentation
-------------
-
Issue
#
16403
:
Document
how
distutils
uses
the
maintainer
field
in
PKG
-
INFO
.
Patch
by
Jyrki
Pulliainen
.
-
Issue
#
16695
:
Document
how
glob
handles
filenames
starting
with
a
dot
.
Initial
patch
by
Jyrki
Pulliainen
.
...
...
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