Skip to content

Commit 6f3b755

Browse files
committed
Keep original descriptions
1 parent b550102 commit 6f3b755

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/griffecli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "griffecli"
9-
description = "The Griffe CLI"
9+
description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
1010
authors = [{name = "Timothée Mazzucotelli", email = "dev@pawamoy.fr"}]
1111
license = "ISC"
1212
license-files = ["LICENSE"]

packages/griffelib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "griffelib"
9-
description = "The Griffe library"
9+
description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
1010
authors = [{name = "Timothée Mazzucotelli", email = "dev@pawamoy.fr"}]
1111
license = "ISC"
1212
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)