view MANIFEST.in @ 7675:b3c3e508b18f

fix: move POSIX unsupported items outside of set -e If the non-poisx fail under a POSIX shell, allow the script to still run but with the errors. So all non-POSIX supported stuff goes before set -e. Courtesy of https://www.shellcheck.net/
author John Rouillard <rouilj@ieee.org>
date Tue, 24 Oct 2023 21:50:39 -0400
parents 623502678b97
children a377590eba34
line wrap: on
line source

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

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