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 0c9888a commit edc04c5Copy full SHA for edc04c5
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "tldr"
7
dynamic = ["version"]
8
-description = "Official Python command line client for tldr."
+description = "Official Python command line client for tldr pages."
9
readme = "README.md"
10
license = "MIT"
11
requires-python = "~=3.9"
snap/snapcraft.yaml
@@ -2,7 +2,7 @@ name: tldr
2
base: core24
3
version: '3.4.0'
4
summary: tldr python client
-description: Python command-line client for tldr pages.
+description: Official Python command-line client for tldr pages.
grade: stable
confinement: strict
0 commit comments