From: Michael Orlitzky Date: Sat, 22 Mar 2025 15:38:39 +0000 (-0400) Subject: pyproject.toml: update license classifiers X-Git-Tag: 0.0.2~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3e2d9a5dcd061bab3a475c287c41a0fe5cacccde;p=geoipyupdate.git pyproject.toml: update license classifiers Getting a lot of loud complaints about this while making an sdist. --- 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",