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="." }]