File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# labels
2
2
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 . 📝
4
4
5
5
## Installation
6
6
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read(*args: str) -> str:
20
20
"Repository" : "https://github.com/hackebrot/labels" ,
21
21
"Issues" : "https://github.com/hackebrot/labels/issues" ,
22
22
},
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 . 📝" ,
24
24
long_description = read ("README.md" ),
25
25
long_description_content_type = "text/markdown" ,
26
26
packages = setuptools .find_packages ("src" ),
Original file line number Diff line number Diff line change 1
1
__version__ = "0.2.0.dev0"
2
2
__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 . 📝"
4
4
__url__ = "https://github.com/hackebrot/labels"
5
5
6
6
__author__ = "Raphael Pierzina"
You can’t perform that action at this time.
0 commit comments