From 2858792123ca49f74acc75a2adeadcee8a6f3992 Mon Sep 17 00:00:00 2001 From: erlendvollset Date: Tue, 14 Nov 2023 17:49:35 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Anders=20and=20H=C3=A5kon=20as=20authors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e196c072db..e2375582ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,11 @@ version = "7.0.1" description = "Cognite Python SDK" readme = "README.md" documentation = "https://cognite-sdk-python.readthedocs-hosted.com" -authors = ["Erlend Vollset "] +authors = [ + "Erlend Vollset ", + "Håkon Treider ", + "Anders Albert " +] license = "Apache-2.0" packages = [{ include="cognite", from="." }]