Skip to content

Commit ee1c5b3

Browse files
committed
docs: Update project description
1 parent 827c71e commit ee1c5b3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "recentupdate",
99
"full_name": "sphinxnotes-recentupdate",
1010
"author": "Shengyu Zhang",
11-
"description": "Get the document update information from git and display it in Sphinx documentation",
11+
"description": "Display recent document updates from Git in Sphinx documentation",
1212
"version": "1.1",
1313
"github_owner": "sphinx-notes",
1414
"github_repo": "recentupdate",

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sphinxnotes-recentupdate
1919

2020
|docs| |license| |pypi| |download|
2121

22-
Get the document update information from git and display it in Sphinx documentation.
22+
Display recent document updates from Git in Sphinx documentation.
2323

2424
.. INTRODUCTION START
2525
(MUST written in standard reStructuredText, without Sphinx stuff)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "sphinxnotes-recentupdate"
9-
description = "Get the document update information from git and display it in Sphinx documentation"
9+
description = "Display recent document updates from Git in Sphinx documentation"
1010
readme = "README.rst"
1111
license = "BSD-3-Clause"
1212
license-files = ["LICENSE"]

src/sphinxnotes/recentupdate/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'sphinxnotes-recentupdate'
1616
__author__ = 'Shengyu Zhang'
17-
__desc__ = 'Get the document update information from git and display it in Sphinx documentation'
17+
__desc__ = 'Display recent document updates from Git in Sphinx documentation'
1818

1919
try:
2020
__version__ = metadata.version('sphinxnotes-recentupdate')

0 commit comments

Comments
 (0)