linkchecker/MANIFEST.in
Chris Mayo 141a811ba6 Enable creating a binary with PyOxidizer
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.
2021-12-30 19:27:04 +00:00

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