Skip to content

Commit 6ba8543

Browse files
Update setup.py
Tested in CPython and PyPy
1 parent 8d08c6b commit 6ba8543

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ip2location-io",
8-
version="1.0.5",
8+
version="1.0.6",
99
author="IP2Location",
1010
author_email="support@ip2location.com",
1111
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 @@
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: Implementation :: CPython",
30+
"Programming Language :: Python :: Implementation :: PyPy",
2931
"License :: OSI Approved :: MIT License",
3032
"Operating System :: OS Independent",
3133
],

0 commit comments

Comments
 (0)