From ae94b2dac3e7fa716ec195d8ea16bcef724d1828 Mon Sep 17 00:00:00 2001 From: lionsoul2014 Date: Sun, 2 Nov 2025 22:18:36 +0800 Subject: [PATCH] version 3.0.1 with License classifier removed --- binding/python/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binding/python/setup.py b/binding/python/setup.py index 66319b9..5710823 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="py-ip2region", - version="3.0.0", + version="3.0.1", description="ip2region official python binding with both IPv4 and IPv6 supported", long_description=open("ReadMe.md", encoding='utf-8').read(), long_description_content_type='text/markdown', @@ -17,7 +17,6 @@ setuptools.setup( install_requires=[], classifiers=( "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ), keywords=(