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 79d73a4 commit d2a6881Copy full SHA for d2a6881
setup.py
@@ -16,7 +16,7 @@ def read(*args: str) -> str:
16
maintainer_email="[email protected]",
17
license="MIT",
18
url="https://github.com/hackebrot/labels",
19
- description="CLI to manage GitHub issue labels",
+ description="Python 3.6 CLI app to manage GitHub issue labels",
20
long_description=read("README.md"),
21
long_description_content_type="text/markdown",
22
packages=setuptools.find_packages("src"),
0 commit comments