view MANIFEST.in @ 476:71114096433c

core: Add support for Markdown extensions, add header anchor extension. - New configuration option to specify Markdown extensions. - Enable some extensions by default. - Add CSS to make tables pretty. - Add extension to generate anchors next to each HTML heading. - Provide CSS to show those anchors on mouse-hover.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Oct 2018 23:24:06 -0700
parents 10a82dec3fe4
children
line wrap: on
line source

include LICENSE
include README.md

include pytest.ini
include requirements.txt
include dev-requirements.txt

recursive-include wikked *
recursive-include tests *

global-exclude *.py[cdo] __pycache__ *.so
global-exclude .DS_Store Thumbs.db Desktop.ini
global-exclude *.swp *~ *.bak