From f062ae6500b4b9bd77c6f01d553b62fb33924ee5 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 1 Apr 2021 13:53:25 -0500 Subject: [PATCH] fix: correct classifiers in `setup.py` --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55a28337..9fbc5998 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,8 @@ def readme(): classifiers=[ release_status, "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License" "Programming Language :: Python", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",