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
fdefc0a5
Kaydet (Commit)
fdefc0a5
authored
Haz 16, 2009
tarafından
Tarek Ziadé
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #6287: documentation for the license field in distutils
üst
08a0bbc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
setupscript.rst
Doc/distutils/setupscript.rst
+9
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/distutils/setupscript.rst
Dosyayı görüntüle @
fdefc0a5
...
@@ -590,6 +590,8 @@ This information includes:
...
@@ -590,6 +590,8 @@ This information includes:
+----------------------+---------------------------+-----------------+--------+
+----------------------+---------------------------+-----------------+--------+
|
``
platforms
``
|
a
list
of
platforms
|
list
of
strings
|
|
|
``
platforms
``
|
a
list
of
platforms
|
list
of
strings
|
|
+----------------------+---------------------------+-----------------+--------+
+----------------------+---------------------------+-----------------+--------+
|
``
license
``
|
license
for
the
package
|
short
string
|
\(
6
)
|
+----------------------+---------------------------+-----------------+--------+
Notes
:
Notes
:
...
@@ -611,6 +613,13 @@ Notes:
...
@@ -611,6 +613,13 @@ Notes:
The
``
long_description
``
field
is
used
by
PyPI
when
you
are
registering
a
The
``
long_description
``
field
is
used
by
PyPI
when
you
are
registering
a
package
,
to
build
its
home
page
.
package
,
to
build
its
home
page
.
(
6
)
The
``
license
``
field
is
a
text
indicating
the
license
covering
the
package
where
the
license
is
not
a
selection
from
the
"License"
Trove
classifiers
.
See
the
``
Classifier
``
field
.
Notice
that
there
's a ``licence`` distribution option which is deprecated but still
acts as an alias for ``license``.
'
short
string
'
'
short
string
'
A single line of text, not more than 200 characters.
A single line of text, not more than 200 characters.
...
...
Misc/NEWS
Dosyayı görüntüle @
fdefc0a5
...
@@ -327,6 +327,8 @@ Core and Builtins
...
@@ -327,6 +327,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #6287: Added the license field in Distutils documentation.
- Issue #6286: Now Distutils upload command is based on urllib2 instead of
- Issue #6286: Now Distutils upload command is based on urllib2 instead of
httplib, allowing the usage of http_proxy.
httplib, allowing the usage of http_proxy.
...
...
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