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 70cfc71 commit c2334dcCopy full SHA for c2334dc
pyproject.toml
@@ -72,7 +72,8 @@ Changelog = "https://github.com/tldr-pages/tldr-python-client/blob/main/CHANGELO
72
Funding = "https://liberapay.com/tldr-pages"
73
74
[tool.hatch.version]
75
-path = "tldr/__init__.py"
+path = "tldr.py"
76
+pattern = '__version__ = ["\'](.*?)[\'\"]'
77
78
[tool.hatch.build.targets.wheel.shared-data]
79
"docs/man" = "share/man/man1"
0 commit comments