From 3d22e713da564d2b0ecd80b55823a9ebfa976694 Mon Sep 17 00:00:00 2001 From: Nicky Hochmuth Date: Mon, 18 Nov 2024 21:01:08 +0100 Subject: [PATCH] test git dep --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cc033db..50c75d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,14 @@ markers = [ [project] name = "stixcore" -dynamic = ["version", "optional-dependencies", "scripts", "authors"] +dynamic = ["version", + "optional-dependencies", + "scripts", + "authors", + "readme", + "requires-python", + "license" + ] dependencies = [ 'stixdcpy @ git+ssh://git@github.com/i4ds/stixdcpy.git', ]