From 002e6e1aa671e5e951e3f87f0287a593a3f2f6c8 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Wed, 1 Nov 2023 13:52:19 -0600 Subject: [PATCH] final catch of mismatched license --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb7ad9f..2de4470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,8 @@ classifiers = [ # Optional "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", - "License :: OSI Approved :: Apache Software License", - + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + # Specify the Python versions you support here. In particular, ensure # that you indicate you support Python 3. These classifiers are *not* # checked by "pip install". See instead "python_requires" below.