We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d08c6b commit 6ba8543Copy full SHA for 6ba8543
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="ip2location-io",
8
- version="1.0.5",
+ version="1.0.6",
9
author="IP2Location",
10
author_email="support@ip2location.com",
11
description="This SDK provides users with the ability to perform IP geolocation lookup and domain WHOIS lookup through a web service.",
@@ -26,6 +26,8 @@
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: Implementation :: CPython",
30
+ "Programming Language :: Python :: Implementation :: PyPy",
31
"License :: OSI Approved :: MIT License",
32
"Operating System :: OS Independent",
33
],
0 commit comments