Skip to content

Commit a8991b8

Browse files
committed
Fixes
1 parent f61744e commit a8991b8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cython_transpile(cyminhook/_cyminhook.pyx LANGUAGE C
1616

1717
python_add_library(_cyminhook MODULE ${_cyminhook_c} WITH_SOABI)
1818
target_link_libraries(_cyminhook PRIVATE minhook)
19-
install(TARGETS _cyminhook LIBRARY DESTINATION cyminhook)
19+
install(TARGETS _cyminhook LIBRARY DESTINATION ${SKBUILD_PROJECT_NAME})

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
"Environment :: Win32 (MS Windows)",
1818
"Intended Audience :: Developers",
1919
"Topic :: Security",
20-
"License :: OSI Approved :: MIT License",
2120
"Operating System :: Microsoft :: Windows",
2221
"Programming Language :: Cython",
2322
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)