python 3.0.3 with cn/en README doc

This commit is contained in:
lionsoul2014 2026-02-25 14:12:16 +08:00
parent 5a53add68b
commit 7a1970729a
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
setuptools.setup( setuptools.setup(
name="py-ip2region", name="py-ip2region",
version="3.0.2", version="3.0.3",
description="ip2region official python binding with both IPv4 and IPv6 supported", description="ip2region official python binding with both IPv4 and IPv6 supported",
long_description=open("ReadMe.md", encoding='utf-8').read(), long_description=open("README.md", encoding='utf-8').read(),
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url="https://github.com/lionsoul2014/ip2region", url="https://github.com/lionsoul2014/ip2region",