Skip to content

Commit 3614e97

Browse files
committed
Update project description
1 parent 894fe7b commit 3614e97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# labels
22

3-
Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝
3+
CLI app for managing GitHub labels for Python 3.6 and newer. 📝
44

55
## Installation
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*args: str) -> str:
2020
"Repository": "https://github.com/hackebrot/labels",
2121
"Issues": "https://github.com/hackebrot/labels/issues",
2222
},
23-
description="Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝",
23+
description="CLI app for managing GitHub labels for Python 3.6 and newer. 📝",
2424
long_description=read("README.md"),
2525
long_description_content_type="text/markdown",
2626
packages=setuptools.find_packages("src"),

src/labels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__version__ = "0.2.0.dev0"
22
__title__ = "labels"
3-
__description__ = "Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝"
3+
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
44
__url__ = "https://github.com/hackebrot/labels"
55

66
__author__ = "Raphael Pierzina"

0 commit comments

Comments
 (0)