mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
With PyOxidizer 0.18.0 AppName in setup.py has to be changed to the all lower case "linkchecker". Application translations do not work. better_exchook2.fallback_findfile() may still need converting, first needs a test.
86 lines
2.9 KiB
Text
86 lines
2.9 KiB
Text
include *.ini
|
|
include *.md
|
|
include *.rst
|
|
include *.txt
|
|
include COPYING
|
|
include Dockerfile
|
|
include MANIFEST.in
|
|
include Makefile
|
|
include install-rpm.sh
|
|
include pyoxidizer.bzl
|
|
include .project
|
|
include .pydevproject
|
|
include .yamllint
|
|
include _release_date
|
|
include linkcheck/data/linkcheckerrc
|
|
|
|
recursive-include cgi-bin \
|
|
*.css \
|
|
*.de \
|
|
*.en \
|
|
*.html \
|
|
*.ico \
|
|
*.js \
|
|
README
|
|
recursive-include config \
|
|
*.sql \
|
|
linkchecker-completion \
|
|
linkchecker.apache2.conf
|
|
recursive-include doc \
|
|
*.1 \
|
|
*.5 \
|
|
*.bat \
|
|
*.css \
|
|
*.example \
|
|
*.html \
|
|
*.ico \
|
|
*.jpg \
|
|
*.md \
|
|
*.png \
|
|
*.po \
|
|
*.pot \
|
|
*.py \
|
|
*.rst \
|
|
*.sh \
|
|
*.txt \
|
|
*.yml \
|
|
Makefile \
|
|
linkcheckerrc_*
|
|
recursive-include po \
|
|
*.po \
|
|
*.pot \
|
|
Makefile
|
|
recursive-include \
|
|
scripts \
|
|
*.sh \
|
|
*.py
|
|
recursive-include tests \
|
|
*.adr \
|
|
*.asc \
|
|
*.bin \
|
|
*.css \
|
|
*.doc \
|
|
*.html \
|
|
*.ico \
|
|
*.ini \
|
|
*.markdown \
|
|
*.pdf \
|
|
*.php \
|
|
*.plist \
|
|
*.py \
|
|
*.result \
|
|
*.sqlite \
|
|
*.swf \
|
|
*.txt \
|
|
*.wml \
|
|
*.xhtml \
|
|
*.xml \
|
|
*.zip \
|
|
Bookmarks
|
|
recursive-include windows \
|
|
*.bat \
|
|
*.cer \
|
|
*.pfx \
|
|
*.pvk
|
|
|
|
prune .github
|