Skip to content

Commit 0f8e499

Browse files
committed
Add both python implementations that are supported
1 parent b4e024a commit 0f8e499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ def build_isa_l(compiler_command: str, compiler_options: str):
188188
"Programming Language :: Python :: 3.8",
189189
"Programming Language :: Python :: 3.9",
190190
"Programming Language :: Python :: 3.10",
191+
"Programming Language :: Python :: Implementation :: CPython",
192+
"Programming Language :: Python :: Implementation :: PyPy",
191193
"Programming Language :: C",
192194
"Development Status :: 5 - Production/Stable",
193195
"Topic :: System :: Archiving :: Compression",

0 commit comments

Comments
 (0)