Skip to content

Commit 6895c4d

Browse files
committed
Remove redundant cython files
1 parent 94518db commit 6895c4d

File tree

7 files changed

+1
-1916
lines changed

7 files changed

+1
-1916
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
164164
zip_safe=False,
165165
packages=find_packages('src'),
166166
package_dir={'': 'src'},
167-
package_data={'isal': ['*.pxd', '*.pyx', '*.pyi', 'py.typed', '*.c', '*.h',
167+
package_data={'isal': ['*.pyi', 'py.typed', '*.c', '*.h',
168168
# Include isa-l LICENSE and other relevant files
169169
# with the binary distribution.
170170
'isa-l/LICENSE', 'isa-l/README.md',

src/isal/__init__.pxd

Whitespace-only changes.

src/isal/crc.pxd

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/isal/igzip_lib.pxd

Lines changed: 0 additions & 501 deletions
This file was deleted.

0 commit comments

Comments
 (0)