From f2ede8facaf64473c6687f01d64f1cd3f5905a1c Mon Sep 17 00:00:00 2001 From: Alice39s Date: Mon, 29 Jun 2026 23:39:13 +0900 Subject: [PATCH] fix(license): align Python binding license metadata - Change license to Apache-2.0 OR MIT - Fix MANIFEST.in README.md casing so README is included in sdist --- binding/python/MANIFEST.in | 2 +- binding/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binding/python/MANIFEST.in b/binding/python/MANIFEST.in index 0460f94..b0ec110 100644 --- a/binding/python/MANIFEST.in +++ b/binding/python/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE -include ReadMe.md +include README.md include search_test.py include bench_test.py recursive-include tests diff --git a/binding/python/setup.py b/binding/python/setup.py index aec93c4..911cce7 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -8,7 +8,7 @@ setuptools.setup( long_description_content_type='text/markdown', url="https://github.com/lionsoul2014/ip2region", - license="Apache-2.0 License", + license="Apache-2.0 OR MIT", author_email="chenxin619315@gmail.com", author="lionsoul2014",