Skip to content

Commit d2a6881

Browse files
committed
Update package description in setup.py
1 parent 79d73a4 commit d2a6881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read(*args: str) -> str:
1616
maintainer_email="[email protected]",
1717
license="MIT",
1818
url="https://github.com/hackebrot/labels",
19-
description="CLI to manage GitHub issue labels",
19+
description="Python 3.6 CLI app to manage GitHub issue labels",
2020
long_description=read("README.md"),
2121
long_description_content_type="text/markdown",
2222
packages=setuptools.find_packages("src"),

0 commit comments

Comments
 (0)