mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
Remove some more referefences to the old lzma
This commit is contained in:
parent
113b14e376
commit
a2731553d4
2 changed files with 0 additions and 13 deletions
12
COPYRIGHT
12
COPYRIGHT
|
|
@ -12,18 +12,6 @@ Files: resources/rapydscript/*
|
|||
Copyright: Various
|
||||
License: BSD
|
||||
|
||||
Files: src/html5lib/*
|
||||
Copyright: Copyright (c) 2006-2013 James Graham and other contributors
|
||||
License: Expat
|
||||
|
||||
Files: src/lzma/*
|
||||
Copyright: Igor Pavlov
|
||||
License: Public Domain
|
||||
|
||||
Files: src/lzma/*.py src/lzma/lzma_binding.c
|
||||
Copyright: Kovid Goyal
|
||||
License: GPLv3
|
||||
|
||||
Files: src/templite/*
|
||||
Copyright: Copyright (c) 2009 joonis new media, Thimo Kraemer
|
||||
License: GPL-2+
|
||||
|
|
|
|||
|
|
@ -182,7 +182,6 @@ def __init__(self):
|
|||
'matcher',
|
||||
'tokenizer',
|
||||
'certgen',
|
||||
'lzma_binding',
|
||||
]
|
||||
if iswindows:
|
||||
plugins.extend(['winutil', 'wpd', 'winfonts'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue