version 3.0.1 with License classifier removed
This commit is contained in:
parent
f8f01ecd13
commit
ae94b2dac3
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="py-ip2region",
|
name="py-ip2region",
|
||||||
version="3.0.0",
|
version="3.0.1",
|
||||||
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',
|
||||||
|
|
@ -17,7 +17,6 @@ setuptools.setup(
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
classifiers=(
|
classifiers=(
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
),
|
),
|
||||||
keywords=(
|
keywords=(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue