From e8e8840f6264c927933279d71c5de96ad195a223 Mon Sep 17 00:00:00 2001 From: Malik Date: Thu, 29 Feb 2024 09:23:46 -0700 Subject: [PATCH] fix setup and trigger ci --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d973286..60a0e4c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ package_dir={"mluqprop": "mluqprop", "applications": "applications"}, classifiers=[ "Intended Audience :: Science/Research", - "License :: BSD 3 License", + "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3.10", ],