Skip to content

Commit f939599

Browse files
authored
Merge pull request #9 from mfonism/2019.10.22/issue/7
Add Python 3.7 to package information as per #7
2 parents 5f5c6aa + 2239694 commit f939599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*args: str) -> str:
2020
"Repository": "https://github.com/hackebrot/labels",
2121
"Issues": "https://github.com/hackebrot/labels/issues",
2222
},
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",
2424
long_description=read("README.md"),
2525
long_description_content_type="text/markdown",
2626
packages=setuptools.find_packages("src"),
@@ -38,6 +38,7 @@ def read(*args: str) -> str:
3838
"Operating System :: OS Independent",
3939
"Programming Language :: Python :: 3 :: Only",
4040
"Programming Language :: Python :: 3.6",
41+
"Programming Language :: Python :: 3.7",
4142
"Programming Language :: Python :: Implementation :: CPython",
4243
"Topic :: Utilities",
4344
],

0 commit comments

Comments
 (0)