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 b4e024a commit 0f8e499Copy full SHA for 0f8e499
setup.py
@@ -188,6 +188,8 @@ def build_isa_l(compiler_command: str, compiler_options: str):
188
"Programming Language :: Python :: 3.8",
189
"Programming Language :: Python :: 3.9",
190
"Programming Language :: Python :: 3.10",
191
+ "Programming Language :: Python :: Implementation :: CPython",
192
+ "Programming Language :: Python :: Implementation :: PyPy",
193
"Programming Language :: C",
194
"Development Status :: 5 - Production/Stable",
195
"Topic :: System :: Archiving :: Compression",
0 commit comments