From 298fa8c362d75d504f25c417b9b7e47f1d24a82a Mon Sep 17 00:00:00 2001 From: Michael Tinsley Date: Sun, 28 Jan 2024 13:12:14 +0000 Subject: [PATCH] feat: add apache 2.0 license to python flyteidl --- flyteidl/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flyteidl/setup.py b/flyteidl/setup.py index b82355362e..2f439ad360 100644 --- a/flyteidl/setup.py +++ b/flyteidl/setup.py @@ -41,4 +41,5 @@ extras_require={ ':python_version=="2.7"': ['typing>=3.6'], # allow typehinting PY2 }, + license='Apache-2.0', )