From 1366040e761fc2017e823e06c3b222751d37b85a Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Thu, 14 Mar 2019 16:13:15 -0400 Subject: [PATCH] Fixed comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1b129f..5bf095d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'Programming Language :: Python :: 3', 'Topic :: Multimedia :: Sound/Audio :: Capture/Recording', 'Topic :: Multimedia :: Graphics :: Capture', - 'Topic :: Scientific/Engineering :: Artificial Intelligence' + 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Software Development :: Libraries :: Python Modules' ] )