We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936d6a7 commit bddf363Copy full SHA for bddf363
README.md
@@ -1,6 +1,6 @@
1
# labels
2
3
-Python 3 (3.6 and above) CLI app to manage GitHub issue labels 📝
+Python 3 (3.6 and newer) CLI app to manage GitHub issue labels 📝
4
5
## Installation
6
setup.py
@@ -20,7 +20,7 @@ def read(*args: str) -> str:
20
"Repository": "https://github.com/hackebrot/labels",
21
"Issues": "https://github.com/hackebrot/labels/issues",
22
},
23
- description="Python 3 (3.6 and above) CLI app to manage GitHub issue labels",
+ description="Python 3 (3.6 and newer) CLI app to manage GitHub issue labels",
24
long_description=read("README.md"),
25
long_description_content_type="text/markdown",
26
packages=setuptools.find_packages("src"),
0 commit comments