Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
5f48a741
Commit
5f48a741
authored
Dec 29, 2018
by
Ville Skyttä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes
parent
9bf0fbe2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docs/developer-guide.txt
docs/developer-guide.txt
+1
-1
docs/setuptools.txt
docs/setuptools.txt
+1
-1
setuptools/config.py
setuptools/config.py
+1
-1
setuptools/pep425tags.py
setuptools/pep425tags.py
+1
-1
No files found.
docs/developer-guide.txt
View file @
5f48a741
...
...
@@ -67,7 +67,7 @@ All PRs with code changes should include tests. All changes should include a
changelog entry.
``setuptools`` uses `towncrier <https://pypi.org/project/towncrier/>`_
for changelog managment, so when making a PR, please add a news fragment in the
for changelog manag
e
ment, so when making a PR, please add a news fragment in the
``changelog.d/`` folder. Changelog files are written in Restructured Text and
should be a 1 or 2 sentence description of the substantive changes in the PR.
They should be named ``<pr_number>.<category>.rst``, where the categories are:
...
...
docs/setuptools.txt
View file @
5f48a741
...
...
@@ -2358,7 +2358,7 @@ Metadata
but their use is not advised.
============================== ================= ================= =============== =====
Key Aliases Type Min
u
mum Version Notes
Key Aliases Type Min
i
mum Version Notes
============================== ================= ================= =============== =====
name str
version attr:, file:, str 39.2.0 (1)
...
...
setuptools/config.py
View file @
5f48a741
...
...
@@ -394,7 +394,7 @@ class ConfigHandler:
section_parser_method
=
getattr
(
self
,
# Dots in section names are tran
ls
ated into dunderscores.
# Dots in section names are tran
sl
ated into dunderscores.
(
'parse_section%s'
%
method_postfix
).
replace
(
'.'
,
'__'
),
None
)
...
...
setuptools/pep425tags.py
View file @
5f48a741
...
...
@@ -161,7 +161,7 @@ def is_manylinux1_compatible():
def
get_darwin_arches
(
major
,
minor
,
machine
):
"""Return a list of supported arches (including group arches) for
the given major, minor and machine architecture of a
n
macOS machine.
the given major, minor and machine architecture of a macOS machine.
"""
arches
=
[]
...
...
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