From 3d9b6b98b0edca76b81dee851aca8dfc9e67ebfd Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Mon, 10 Oct 2022 16:16:26 +0200 Subject: [PATCH] Add Madam template files to package definition (#202) * Add Madam template files to package definition * [skip ci] Update CHANGELOG --- CHANGELOG.md | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d67232..5b47bf53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ - **Breaking change** Interface of `get_pointings` modified, new function `get_pointings_for_observation` simplifies the pointing generation for a list of observations [#198](https://github.com/litebird/litebird_sim/pull/198) +- Properly install Madam template files [#202](https://github.com/litebird/litebird_sim/pull/202) + - Mark installation errors for rich traceback in CI builds as non fatal [#199](https://github.com/litebird/litebird_sim/pull/199) - Fix bug in `make_bin_map` [#196](https://github.com/litebird/litebird_sim/pull/196) diff --git a/pyproject.toml b/pyproject.toml index 8ea2dea4..82016a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ include = [ "static/report_template.html", "static/sakura.css", "templates/*.md", + "templates/*.txt", "misc/pandoc-filter.lua", ]