Skip to content

Commit 919035f

Browse files
committed
Remove cython and add C programming language
1 parent 251510b commit 919035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
177177
"Programming Language :: Python :: 3.8",
178178
"Programming Language :: Python :: 3.9",
179179
"Programming Language :: Python :: 3.10",
180-
"Programming Language :: Cython",
180+
"Programming Language :: C",
181181
"Development Status :: 5 - Production/Stable",
182182
"Topic :: System :: Archiving :: Compression",
183183
"License :: OSI Approved :: Python Software Foundation License",

0 commit comments

Comments
 (0)