Skip to content

Commit

Permalink
Fix a typo related to pygments vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Nov 26, 2021
1 parent a800ae2 commit 81c7837
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 508 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -39,7 +39,7 @@ substitute = [
# pkg_resource's vendored packages are directly vendored in pip.
{ match='pkg_resources\.extern', replace="pip._vendor" },
{ match='from \.extern', replace="from pip._vendor" },
{ match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexer." },
{ match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexers." },
]
drop = [
# contains unnecessary scripts
Expand Down

0 comments on commit 81c7837

Please sign in to comment.