view MANIFEST.in @ 6162:9cfdbfc6d8ed

Mark entity safe and reinstall escape -- make title display right Change to explicitly mark the string entity — as safe and reinstate escaping of doctitle. If this worked in the past maybe auto-escaping wasn't turned on. If it is in the newer versions of sphinx's jinja |safe is needed now (and |e isn't, but it doesn't seem to cause double escaping so....).
author John Rouillard <rouilj@ieee.org>
date Mon, 11 May 2020 11:12:25 -0400
parents c652849bfc75
children a635a60ffb84
line wrap: on
line source

recursive-include share *
recursive-include roundup *.*
recursive-include frontends *.*
recursive-include scripts *.* *-*
recursive-include tools *.* base64
recursive-include test *.py *.txt
recursive-include doc *.html *.png *.txt *.css *.example
recursive-include detectors *.py README.txt
global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#*
include run_tests.py demo.py *.txt
include doc/conf.py doc/roundup-favicon.ico
exclude doc/security.txt
include locale/*.po locale/*.mo locale/roundup.pot

Roundup Issue Tracker: http://roundup-tracker.org/