Skip to content

Commit

Permalink
Merge pull request kubevirt#3160 from rmohr/python-client-license
Browse files Browse the repository at this point in the history
Copy apache license to python-client
  • Loading branch information
kubevirt-bot authored Mar 16, 2020
2 parents 85270f5 + b05c372 commit 4ca4be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/gen-client-python/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ echo "from .v1_interface_slirp import V1InterfaceSlirp" >>"${PYTHON_CLIENT_OUT_D

echo "from .models.v1_interface_bridge import V1InterfaceBridge" >>"${PYTHON_CLIENT_OUT_DIR}"/kubevirt/__init__.py
echo "from .models.v1_interface_slirp import V1InterfaceSlirp" >>"${PYTHON_CLIENT_OUT_DIR}"/kubevirt/__init__.py

cp LICENSE ${PYTHON_CLIENT_OUT_DIR}/LICENSE

0 comments on commit 4ca4be4

Please sign in to comment.