diff --git a/README.md b/README.md index 9888b59b2eeb5302ab79f9c7e2e0eb387f664864..566ad5532d79b9cad5c11c856c0e2658bf98f8cd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An easy to use Python 3 high level API client, to build ML tasks. +This is an open-source project, licensed using [the MIT license](https://opensource.org/license/mit/). + ## Documentation The [documentation](https://workers.arkindex.org/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/). diff --git a/pyproject.toml b/pyproject.toml index 0a0f23c04bca38554ca94793d63fa3024d25a6a2..7f4708032ae1e8e2966ec80b0c6212933a90a6ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta" name = "arkindex-base-worker" version = "0.3.6-rc4" description = "Base Worker to easily build Arkindex ML workflows" +license = "MIT" dynamic = ["dependencies", "optional-dependencies"] authors = [ { name = "Teklia", email = "contact@teklia.com" },