From 194dcdaa4fdc69b4f1a3528147369d9f6695ed37 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Sun, 12 Sep 2021 20:39:04 +1000 Subject: [PATCH] Cleanup setup.py with black --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 7895efe..9346ae9 100644 --- a/setup.py +++ b/setup.py @@ -24,10 +24,10 @@ classifiers=[ "License :: OSI Approved :: BSD License", "Programming Language :: Python", - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",