use the py-ip2region as the pypi package name
This commit is contained in:
parent
784f336646
commit
32a755ac3f
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
# 使用方式
|
# 使用方式
|
||||||
|
|
||||||
### 安装 `ip2region`
|
### 安装 `py-ip2region`
|
||||||
```bash
|
```bash
|
||||||
pip3 install ip2region
|
pip3 install py-ip2region
|
||||||
```
|
```
|
||||||
|
|
||||||
### 关于查询 API
|
### 关于查询 API
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="ip2region",
|
name="py-ip2region",
|
||||||
version="3.0.0",
|
version="3.0.0",
|
||||||
description="official python binding for ip2region 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',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue