Skip to content

Commit

Permalink
[py-click] Fix license path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Dec 24, 2024
1 parent 3be61e9 commit 6c55e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/py-click/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vcpkg_from_pythonhosted(

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.rst")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
vcpkg_python_test_import(MODULE "click")

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

0 comments on commit 6c55e51

Please sign in to comment.