version 3.0.1 with License classifier removed
This commit is contained in:
parent
f8f01ecd13
commit
ae94b2dac3
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
setuptools.setup(
|
||||
name="py-ip2region",
|
||||
version="3.0.0",
|
||||
version="3.0.1",
|
||||
description="ip2region official python binding with both IPv4 and IPv6 supported",
|
||||
long_description=open("ReadMe.md", encoding='utf-8').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
@ -17,7 +17,6 @@ setuptools.setup(
|
|||
install_requires=[],
|
||||
classifiers=(
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
),
|
||||
keywords=(
|
||||
|
|
|
|||
Loading…
Reference in New Issue