linkchecker/MANIFEST.in
Chris Mayo e297b1a477 Stop including binary translation catalogs in the source
Makes it easier to contribute and accept translations.

Does add a new dependency on installation from source, polib. This is
not made mandatory because not all users will want translations.

polib has no further dependencies and can be installed anywhere
LinkChecker can, using pip too.

Add release process step to check polib is installed

The Wheel still includes translations. Recommend install from PyPI in
the README.

Translations were being compiled in setup.py until 2014, using a bundled
copy of msgfmt.py.
9c3739f1c ("Replace msgfmt.py with local tools.", 2014-09-08)
2021-11-22 19:30:33 +00:00

81 lines
2.8 KiB
Text

include *.ini
include *.md
include *.rst
include *.txt
include COPYING
include Dockerfile
include MANIFEST.in
include Makefile
include install-rpm.sh
include .project
include .pydevproject
recursive-include cgi-bin \
*.css \
*.de \
*.en \
*.html \
*.ico \
*.js \
README
recursive-include config \
*.sql \
linkchecker-completion \
linkchecker.apache2.conf \
linkcheckerrc
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