Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fead3c8c
Commit
fead3c8c
authored
Feb 23, 2013
by
Petri Lehtinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
parent
2342784d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
Doc/distutils/apiref.rst
Doc/distutils/apiref.rst
+4
-1
Doc/distutils/setupscript.rst
Doc/distutils/setupscript.rst
+2
-1
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Doc/distutils/apiref.rst
View file @
fead3c8c
...
...
@@ -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
View file @
fead3c8c
...
...
@@ -598,7 +598,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
View file @
fead3c8c
...
...
@@ -926,6 +926,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