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 7ff0f52 commit 5df19e4Copy full SHA for 5df19e4
pyproject.toml
@@ -73,7 +73,7 @@ Funding = "https://liberapay.com/tldr-pages"
73
74
[tool.hatch.version]
75
path = "tldr.py"
76
-pattern = '__version__ = ["\'](.*?)[\'\"]'
+pattern = '''__version__ = ["'](.*?)["']'''
77
78
[tool.hatch.build.targets.wheel.shared-data]
79
"docs/man" = "share/man/man1"
0 commit comments