From 32f3a89d3cee40fb995faefd90310d42533060c5 Mon Sep 17 00:00:00 2001 From: Erlend vollset Date: Tue, 14 Nov 2023 19:33:57 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Anders=20and=20H=C3=A5kon=20as=20authors?= =?UTF-8?q?=20(#1508)?= 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="." }]