From 11c86d847f6274885af765c6ab4244d6fff27cf6 Mon Sep 17 00:00:00 2001 From: Esteban Laver Date: Wed, 10 Feb 2021 15:31:45 -0500 Subject: [PATCH] Add missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 253618a0..d3a66ae5 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def finalize_options(self): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9' + 'Programming Language :: Python :: 3.9', 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License',