From 8c90ac9043f9932a6e07559a7d6180d3b66bb652 Mon Sep 17 00:00:00 2001 From: Kyle Wright <30955855+wrightky@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:54:27 -0500 Subject: [PATCH] Add missing comma (typo) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 88c11b5..05a51bc 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,8 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11'], install_requires = ['numpy','matplotlib','scipy', 'future','tqdm'],