From 3af93adeb79b3f7a5a34e1f5eec419b665f34462 Mon Sep 17 00:00:00 2001 From: juhoautio Date: Tue, 20 Apr 2021 11:35:38 +0300 Subject: [PATCH] Add license to python module --- .gitignore | 1 + python/pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d02a611..f534918 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.egg-info/ dependency-reduced-pom.xml target/ +python/dist/ diff --git a/python/pyproject.toml b/python/pyproject.toml index 14abb99..1163c38 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -21,6 +21,7 @@ name = "rovio-ingest" # - Git tags are used to create new releases version = "0.0.1" description = "" +license = "Apache-2.0" authors = ["Vivek Balakrishnan ", "Juho Autio "] [tool.poetry.dependencies]