From 038ff6622a53317b96982aff3bd2d0ad1bfc905c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 5 Feb 2021 23:17:43 -0800 Subject: [PATCH] Fix classifier --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5ac767..6fae632 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,8 @@ setup( author="iamthefij", author_email="", classifiers=[ - "License :: OSI Approved :: MIT License" "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",