view MANIFEST.in @ 1408:ff5005783443

browser (slideshow): work around Brython's `children` wrong behavour: `children` is Brython is returning all node instead of only elements, see https://github.com/brython-dev/brython/issues/1657 .
author Goffi <goffi@goffi.org>
date Fri, 16 Apr 2021 18:47:39 +0200
parents 843e303de5cb
children
line wrap: on
line source

include MANIFEST.in libervia/VERSION
global-include *.py
global-include *.ini
global-include *.po *.mo
global-include CHANGELOG COPYING* INSTALL README*
global-include *.sh
global-include Makefile *.rst *.bat
include src/browser/public/*
include themes
include doc
recursive-include src *.js
exclude *.sh
global-exclude *.un~
global-exclude *.pyc
prune output
prune html