From 3e2d9a5dcd061bab3a475c287c41a0fe5cacccde Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 22 Mar 2025 11:38:39 -0400 Subject: [PATCH] pyproject.toml: update license classifiers Getting a lot of loud complaints about this while making an sdist. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d282f2..76b1147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,9 @@ description = "Simple python replacement for the MaxMind geoipupdate program" readme = "README.rst" requires-python = ">=3.11" keywords = ["maxmind", "geoip"] -license = { text = "AGPL-3.0-or-later" } +license = "AGPL-3.0-or-later" classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: System :: Systems Administration", -- 2.49.0