Skip to content

Commit 4b1710a

Browse files
Update setup.py
Tested in CPython and PyPy
1 parent 5adc2a5 commit 4b1710a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

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

1111
setuptools.setup(
1212
name="ip2location-python-csv-converter",
13-
version="1.2.4",
13+
version="1.2.5",
1414
description="Python script to converts IP2Location CSV database into IP range or CIDR format.",
1515
long_description_content_type="text/markdown",
1616
long_description=long_description,
@@ -41,6 +41,8 @@
4141
"Programming Language :: Python :: 3.10",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: Implementation :: CPython",
45+
"Programming Language :: Python :: Implementation :: PyPy",
4446
"License :: OSI Approved :: MIT License",
4547
"Operating System :: OS Independent",
4648
],

0 commit comments

Comments
 (0)