From 0d7055bec546bade896c0b9e1d1a515313e82fd1 Mon Sep 17 00:00:00 2001 From: "JHM Darbyshire (iMac)" Date: Wed, 29 Nov 2023 18:24:40 +0100 Subject: [PATCH] RLS: 0.7.0 defaults spec --- MANIFEST.in | 11 +++++++++++ PACKAGING.md | 6 ++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 14d9c4c8..6534d199 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,3 +5,14 @@ include rateslib/data/nowa.csv include rateslib/data/sofr.csv include rateslib/data/sonia.csv include rateslib/data/swestr.csv +include rateslib/data/eur_ibor_1m.csv +include rateslib/data/eur_ibor_3m.csv +include rateslib/data/eur_ibor_6m.csv +include rateslib/data/eur_ibor_12m.csv +include rateslib/data/eur_rfr.csv +include rateslib/data/gbp_rfr.csv +include rateslib/data/cad_rfr.csv +include rateslib/data/chf_rfr.csv +include rateslib/data/nok_rfr.csv +include rateslib/data/sek_rfr.csv +include rateslib/data/usd_rfr.csv diff --git a/PACKAGING.md b/PACKAGING.md index 064ee2be..0e8ba1bc 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -14,8 +14,9 @@ Perform this on development environment as well as specified minimum. $ pytest -W error Checking for uncaptured warnings. -6) Commit and push any changes - this will temporarily break readthedocs which will build from push. -7) Create a new release branch, e.g. '0.3.x' and checkout +6) Add to the MANIFEST.in file if anything needs including +7) Commit and push any changes - this will temporarily break readthedocs which will build from push. +8) Create a new release branch, e.g. '0.3.x' and checkout On "release branch": @@ -23,6 +24,7 @@ On "release branch": 2) Delete the switcher in the releases branch since this is taken from main branch 3) Build the INSTRUMENT_SPEC from the loader file and print the dict. Paste to file and set DEVELOPMENT to False. + 4) Commit and Push the branch. Build: