We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74f1ae commit 5739d1cCopy full SHA for 5739d1c
pyproject.toml
@@ -39,6 +39,7 @@ substitute = [
39
# pkg_resource's vendored packages are directly vendored in pip.
40
{ match='pkg_resources\.extern', replace="pip._vendor" },
41
{ match='from \.extern', replace="from pip._vendor" },
42
+ { match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexer." },
43
]
44
drop = [
45
# contains unnecessary scripts
@@ -52,7 +53,7 @@ drop = [
52
53
"pkg_resources/extern/",
54
# trim vendored pygments styles and lexers
55
"pygments/styles/[!_]*.py",
- '^pygments/lexers/(?!python|__init__).*\.py$',
56
+ '^pygments/lexers/(?!python|__init__|_mapping).*\.py$',
57
# trim rich's markdown support
58
"rich/markdown.py",
59
0 commit comments