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