diff options
author | Eric Lin <anselor@gmail.com> | 2020-09-11 09:25:39 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2020-09-11 09:25:39 -0400 |
commit | 6093e5e9c1b6366c67323f090d21696e867b6625 (patch) | |
tree | 430ab7954c550567ab2bd6a1eec35f9e83a8d050 /plugins | |
parent | eb0669e6a8b8cc7ad2bde5b9cb838bc747a6eba2 (diff) | |
download | cmd2-git-6093e5e9c1b6366c67323f090d21696e867b6625.tar.gz |
Fixed classifier spacingplugin-ext-test-0.2.0
Diffstat (limited to 'plugins')
-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 |