Skip to content

Commit

Permalink
Fix license for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Feb 12, 2024
1 parent bbd7b1b commit c0de505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/py-pip/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ vcpkg_from_pythonhosted(

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}" OPTIONS -x)

vcpkg_install_copyright(FILE_LIST "${CURRENT_PORT_DIR}/copyright")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

0 comments on commit c0de505

Please sign in to comment.