Skip to content

Commit 22e0e42

Browse files
committed
Update setup.py
Tested in CPython and PyPy
1 parent 9d8b1b7 commit 22e0e42

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
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="IP2Trace",
9-
version="3.2.1",
9+
version="3.2.2",
1010
description="A Python tool to display geolocation information in the traceroute.",
1111
long_description_content_type="text/markdown",
1212
long_description=long_description,
@@ -42,6 +42,8 @@
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
45+
"Programming Language :: Python :: Implementation :: CPython",
46+
"Programming Language :: Python :: Implementation :: PyPy",
4547
"License :: OSI Approved :: MIT License",
4648
"Operating System :: OS Independent",
4749
],

0 commit comments

Comments
 (0)