view MANIFEST.in @ 7687:4dda4a9dfe0b

doc: add comment on method to set savepoint_limit dynamically savepoint_limit isn't a real config option as in config.ini. I generate one on the fly for use in the backend during import. While this is arguably a valid config option, it is also something that is niche (import a tracker to postgres) and adds clutter to config.ini.
author John Rouillard <rouilj@ieee.org>
date Sun, 29 Oct 2023 13:18:36 -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/