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