From fe1a36102e8943d3f2e04f8ad3aed5c1e9c18c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Alexandre=20C=C3=B4t=C3=A9?= Date: Mon, 5 Feb 2024 09:27:56 -0500 Subject: [PATCH] Fix PEP8 in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1b9cc30..d8ad2c4f 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def run(self): 'pddl': open('requirements-pddl.txt').readlines(), 'full': open('requirements-full.txt').readlines(), }, - classifiers = [ + classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology",