From 4df41d30161f21c9a1eeeb0565671e3e9b8085b5 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 1 Feb 2024 00:02:11 -0500 Subject: [PATCH] correct license specifiers --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61d6688..a9fc4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,10 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ] dependencies = [ "adjustText", @@ -66,7 +66,7 @@ requires-python = "<3.13, >=3.9" version = "0.2.1" [project.license] -text = "MIT" +text = "GPL-3.0-only" [project.urls] homepage = "https://welch-lab.github.io"