File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
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.6 CLI app to manage GitHub issue labels" ,
23
+ description = "Python 3 (3.6 and above) 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" ),
@@ -38,6 +38,7 @@ def read(*args: str) -> str:
38
38
"Operating System :: OS Independent" ,
39
39
"Programming Language :: Python :: 3 :: Only" ,
40
40
"Programming Language :: Python :: 3.6" ,
41
+ "Programming Language :: Python :: 3.7" ,
41
42
"Programming Language :: Python :: Implementation :: CPython" ,
42
43
"Topic :: Utilities" ,
43
44
],
You can’t perform that action at this time.
0 commit comments