diff options
-rw-r--r-- | plugins/ext_test/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ext_test/setup.py b/plugins/ext_test/setup.py index 7bc29b5b..3384527c 100644 --- a/plugins/ext_test/setup.py +++ b/plugins/ext_test/setup.py @@ -48,8 +48,8 @@ setuptools.setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', - 'Programming Language:: Python:: 3.8', - 'Programming Language:: Python:: 3.9', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], # dependencies for development and testing |