From 95f988a919c4e93656d666592df099fcd2eda23c Mon Sep 17 00:00:00 2001 From: Nicholas Minor Date: Tue, 24 Sep 2024 14:42:17 -0500 Subject: [PATCH] fixing pyproject license mismatch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d6394a..efbc94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Bio-Informatics", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",