mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 21:31:00 +00:00
Remove unused certificate copy.
This commit is contained in:
parent
b04e52a975
commit
182f89d57f
3 changed files with 1 additions and 4027 deletions
|
|
@ -1,7 +1,6 @@
|
|||
include README.txt COPYING MANIFEST.in
|
||||
include config/linkchecker-completion config/create.sql
|
||||
include config/linkcheckerrc
|
||||
include config/ca-certificates.crt
|
||||
include config/linkchecker.apache2.conf install-rpm.sh
|
||||
include linkchecker.freecode
|
||||
include cgi-bin/lc.wsgi cgi-bin/README
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
2
setup.py
2
setup.py
|
|
@ -634,7 +634,7 @@ myemail = "bastian.kleineidam@web.de"
|
|||
|
||||
data_files = [
|
||||
('share/linkchecker',
|
||||
['config/linkcheckerrc', 'config/ca-certificates.crt',
|
||||
['config/linkcheckerrc',
|
||||
'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']),
|
||||
('share/linkchecker/examples',
|
||||
['cgi-bin/lconline/leer.html.en',
|
||||
|
|
|
|||
Loading…
Reference in a new issue