1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-01-05 02:24:11 +01:00

Removed palmdoc C implementation in favor of pure Python.

This commit is contained in:
2020-05-17 20:30:01 +02:00
parent da010d7841
commit 178b9fd4d7
5 changed files with 36 additions and 277 deletions

View File

@@ -1,9 +1,4 @@
import setuptools
module = setuptools.Extension('ebook_converter.ebooks.compression.cPalmdoc',
sources=['ebook_converter/ebooks/compression/'
'palmdoc.c'],
language='c')
setuptools.setup(ext_modules=[module])
# setuptools.setup()
setuptools.setup()