]> gitweb.michael.orlitzky.com - geoipyupdate.git/commitdiff
pyproject.toml: cleanup, bump to version 0.0.5 master codeberg/master
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 13 May 2026 15:36:04 +0000 (11:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 13 May 2026 15:36:04 +0000 (11:36 -0400)
Fix the deprecation warning about the license, bump the minimum
python, and delete the redundant "Python :: 3" language classifier.

pyproject.toml

index 31b9d3ed6583babeb35f450ed8c04aefa7989752..722a443cbb5cd579ec1d7deb7daf231a27b0416c 100644 (file)
@@ -4,15 +4,14 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "geoipyupdate"
-version = "0.0.4"
+version = "0.0.5"
 description = "Simple python replacement for the MaxMind geoipupdate program"
 readme = "README.rst"
-requires-python = ">=3.11"
+requires-python = ">=3.12"
 keywords = ["maxmind", "geoip"]
-license = { text = "AGPL-3.0-or-later" }
+license = "AGPL-3.0-or-later"
 classifiers = [
   "Development Status :: 5 - Production/Stable",
-  "Programming Language :: Python :: 3",
   "Topic :: Internet :: WWW/HTTP",
   "Topic :: System :: Systems Administration",
   "Topic :: Utilities"