From ffd3ab2e4784733a446a3440eab066852819f5fe Mon Sep 17 00:00:00 2001 From: Michael Tinsley Date: Tue, 30 Jan 2024 11:19:38 +0000 Subject: [PATCH] feat: add apache 2.0 license to python flyteidl (#4786) --- 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', )