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', )