Skip to content

Commit 05b63a5

Browse files
author
Dos Moonen
committed
Vendor keyring-subprocess
1 parent 1880f4a commit 05b63a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4608
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ drop = [
5656
'^pygments/lexers/(?!python|__init__|_mapping).*\.py$',
5757
# trim rich's markdown support
5858
"rich/markdown.py",
59+
# unneeded parts of keyring-subprocess
60+
"keyring-subprocess.pth",
61+
"keyring_subprocess/_vendor/",
62+
"keyring_subprocess/_internal/wheels/",
5963
]
6064

6165
[tool.vendoring.typing-stubs]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2017-2019 Jason R. Coombs, Barry Warsaw
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

0 commit comments

Comments
 (0)