We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adc2a5 commit 4b1710aCopy full SHA for 4b1710a
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
11
setuptools.setup(
12
name="ip2location-python-csv-converter",
13
- version="1.2.4",
+ version="1.2.5",
14
description="Python script to converts IP2Location CSV database into IP range or CIDR format.",
15
long_description_content_type="text/markdown",
16
long_description=long_description,
@@ -41,6 +41,8 @@
41
"Programming Language :: Python :: 3.10",
42
"Programming Language :: Python :: 3.11",
43
"Programming Language :: Python :: 3.12",
44
+ "Programming Language :: Python :: Implementation :: CPython",
45
+ "Programming Language :: Python :: Implementation :: PyPy",
46
"License :: OSI Approved :: MIT License",
47
"Operating System :: OS Independent",
48
],
0 commit comments