From b9f5c3c386439791cdd36f68e4285cb11b49d0c9 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Weder Date: Wed, 11 Mar 2026 13:05:07 +0100 Subject: [PATCH] Replaced license file definition with new one for pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbd8298..638745f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ classifiers = [ "Topic :: Scientific/Engineering :: Bio-Informatics", ] keywords = [ "genome-scale metabolic model", "constraint-based modelling", "COBRApy", "Escher", "metabolic model curation" ] -license= { file = "LICENSE" } +license-files = ["LICENSE", "src/cobramod/static/LICENSES.txt"] + dependencies = [ "colorlog", "cobra>=0.29.0",