Skip to content

Commit

Permalink
Add a license and some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Mar 13, 2024
1 parent 47d6b12 commit adb1b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/py-add-vcpkg-dll-path/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ file(INSTALL
"${CMAKE_CURRENT_LIST_DIR}/sitecustomize.py"
DESTINATION "${CURRENT_PACKAGES_DIR}/tools/python3/Lib")

file(INSTALL "${VCPKG_ROOT_DIR}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
1 change: 1 addition & 0 deletions ports/py-add-vcpkg-dll-path/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "py-add-vcpkg-dll-path",
"version-date": "2024-03-13",
"description": "Adds the vcpkg dll path to python",
"documentation": "https://vcpkg.io/en/docs/README.html",
"license": "MIT",
"supports": "windows"
}

0 comments on commit adb1b88

Please sign in to comment.