We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8b1b7 commit 22e0e42Copy full SHA for 22e0e42
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="IP2Trace",
9
- version="3.2.1",
+ version="3.2.2",
10
description="A Python tool to display geolocation information in the traceroute.",
11
long_description_content_type="text/markdown",
12
long_description=long_description,
@@ -42,6 +42,8 @@
42
"Programming Language :: Python :: 3.10",
43
"Programming Language :: Python :: 3.11",
44
"Programming Language :: Python :: 3.12",
45
+ "Programming Language :: Python :: Implementation :: CPython",
46
+ "Programming Language :: Python :: Implementation :: PyPy",
47
"License :: OSI Approved :: MIT License",
48
"Operating System :: OS Independent",
49
],
0 commit comments