linkchecker/MANIFEST.in
Marius Gedminas 9e06c0ea80 Update MANIFEST.in to list ALL THE FILES!
We've discussed this in #414 and everyone's fine with including all
source files in the sdists (where "source file" == file versioned in git).
2020-05-25 19:33:10 +03:00

93 lines
3.3 KiB
Text

include *.ini
include *.md
include *.rst
include *.txt
include COPYING
include Dockerfile
include MANIFEST.in
include Makefile
include install-rpm.sh
include linkchecker.freecode
include .project
include .pydevproject
doc/web/wokconfig
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 \
*.qhcp \
*.qhp \
*.rej \
*.sh \
*.txt \
*.yaml \
*.yml \
Makefile \
linkcheckerrc_* \
po4a.conf \
wokconfig
recursive-include po \
*.mo \
*.po \
*.pot \
Makefile
recursive-include \
scripts \
*.sh \
*.py
recursive-include tests \
*.adr \
*.asc \
*.bat \
*.bin \
*.cer \
*.css \
*.doc \
*.html \
*.ico \
*.ini \
*.markdown \
*.pdf \
*.pfx \
*.php \
*.plist \
*.pvk \
*.py \
*.result \
*.sqlite \
*.swf \
*.txt \
*.wml \
*.xhtml \
*.xml \
*.zip \
Bookmarks
recursive-include windows \
*.bat \
*.cer \
*.pfx \
*.pvk