Skip to content

Commit

Permalink
feat: add apache 2.0 license to python flyteidl (#4786)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltinsley authored Jan 30, 2024
1 parent 00d0a81 commit ffd3ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flyteidl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
extras_require={
':python_version=="2.7"': ['typing>=3.6'], # allow typehinting PY2
},
license='Apache-2.0',
)

0 comments on commit ffd3ab2

Please sign in to comment.