File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
The generated wheel includes all type stubs (*.pyi files) and the METADATA.toml
10
10
itself, no other files can be included.
11
11
12
- The types stubs live in https://github.com/python/typeshed/tree/master /stubs,
12
+ The types stubs live in https://github.com/python/typeshed/tree/main /stubs,
13
13
all fixes for types and metadata should be contributed there, see
14
- https://github.com/python/typeshed/blob/master /CONTRIBUTING.md for more details.
14
+ https://github.com/python/typeshed/blob/main /CONTRIBUTING.md for more details.
15
15
16
16
This file also contains some helper functions related to wheel validation and upload.
17
17
"""
88
88
This is a PEP 561 type stub package for the `{distribution}` package.
89
89
It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code
90
90
that uses `{distribution}`. The source for this package can be found at
91
- https://github.com/python/typeshed/tree/master /stubs/{distribution}. All fixes for
91
+ https://github.com/python/typeshed/tree/main /stubs/{distribution}. All fixes for
92
92
types and metadata should be contributed there.
93
93
""" .strip ()
94
94
95
95
DESCRIPTION_OUTRO_TEMPLATE = """
96
- See https://github.com/python/typeshed/blob/master /README.md for more details.
96
+ See https://github.com/python/typeshed/blob/main /README.md for more details.
97
97
This package was generated from typeshed commit `{commit}`.
98
98
""" .strip ()
99
99
Original file line number Diff line number Diff line change 3
3
(or current) version.
4
4
5
5
If the given version was never uploaded, this will return -1. See
6
- https://github.com/python/typeshed/blob/master /README.md for details
6
+ https://github.com/python/typeshed/blob/main /README.md for details
7
7
on stub versioning.
8
8
9
9
This file also contains some helper functions related to querying
You can’t perform that action at this time.
0 commit comments