From 27399e8a28b8f9eb44471e1da377378c1453e6fb Mon Sep 17 00:00:00 2001 From: junioreif Date: Tue, 27 Jun 2023 12:15:52 -0500 Subject: [PATCH] fix the classifier tag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88be5e3..a1b194b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ author="Antonio Bento de Oliveira Junior,Vinicius de Godoi Contessoto", author_email="antonio.oliveira@rice.edu,contessoto@rice.edu", classifiers=[ - "License :: MIT", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules",