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
This commit is contained in:
Alice39s 2026-06-29 23:39:13 +09:00
parent 8d4a489806
commit f2ede8faca
No known key found for this signature in database
GPG Key ID: 0E0AA11C3939DDDD
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
include LICENSE
include ReadMe.md
include README.md
include search_test.py
include bench_test.py
recursive-include tests

View File

@ -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",