File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed 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 = "Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝 " ,
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
- # -*- coding: utf-8 -*-
1
+ __version__ = "0.2.0.dev0"
2
+ __title__ = "labels"
3
+ __description__ = "Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝"
4
+ __url__ = "https://github.com/hackebrot/labels"
2
5
3
- __author__ : str = "Raphael Pierzina"
4
- __email__ :
str = "[email protected] "
5
- __version__ : str = "0.2.0.dev0"
6
+ __author__ = "Raphael Pierzina"
7
+
8
+
9
+ __license__ = "MIT License"
10
+ __copyright__ = "Copyright (c) 2018 Raphael Pierzina"
You can’t perform that action at this time.
0 commit comments