From b03eccc9da24250340ef8d313c6f7125c3be596f Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 3 Jan 2023 11:46:59 +0100 Subject: [PATCH] - fixed dzil problems - updated --- dist.ini | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/dist.ini b/dist.ini index 88aa5a2..db9661b 100644 --- a/dist.ini +++ b/dist.ini @@ -2,12 +2,20 @@ name = SLUB-LZA-Rosetta-TA author = Andreas Romeyke <pause@andreas-romeyke.de> license = GPL_3 copyright_holder = Andreas Romeyke -copyright_year = 2021 +copyright_year = 2022 -version = 0.002 +version = 0.003 +[@Filter] +-bundle = @Basic +-remove = GatherDir [GatherDir] exclude_filename = LICENSE exclude_match = .*~ -[@Basic] +exclude_filename = README +exclude_filename = README.mkdn +exclude_filename = Changes +;; will be added by ChangelogFromGit +exclude_match = .*~$ +exclude_filename = Tools for Technical Analysts.iml -- GitLab