From b8d4677807da749e4949001cffa309c75d0fd1b2 Mon Sep 17 00:00:00 2001 From: Chris Little Date: Sat, 17 Nov 2018 18:28:40 -0800 Subject: [PATCH] string adjusted to make PyPI happy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bfcb4742..9a4f504b7 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def readfile(fn): 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 or \ - later (GPLv3+)', +later (GPLv3+)', 'Operating System :: OS Independent', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Software Development :: Libraries :: Python Modules',