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]