Indicate Python 3.8 and 3.9 support

This commit is contained in:
Milan Stute
2020-12-02 10:25:57 +01:00
parent 439cfe1108
commit b2b892ea60
+2
View File
@@ -29,6 +29,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
keywords="cli",
packages=find_packages(exclude=["docs"]),