version 3.0.1 with License classifier removed

This commit is contained in:
lionsoul2014 2025-11-02 22:18:36 +08:00
parent f8f01ecd13
commit ae94b2dac3
1 changed files with 1 additions and 2 deletions

View File

@ -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=(