From 14e7e5ad59d22dd4dd32e118c2c19ea04deb01eb Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:09:18 +0100 Subject: [PATCH] Update calliope.json Add valid category --- data/software/calliope.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/software/calliope.json b/data/software/calliope.json index d332482..4d725d2 100644 --- a/data/software/calliope.json +++ b/data/software/calliope.json @@ -1,7 +1,8 @@ { "name": "Calliope", "categories": [ - "capacity-expansion" + "capacity-expansion", + "production-cost" ], "languages": [ "python" @@ -16,4 +17,4 @@ "url_website": "https://callio.pe", "url_sourcecode": "https://github.com/calliope-project/calliope/", "url_docs": "https://calliope.readthedocs.io" -} \ No newline at end of file +}