File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ target_link_libraries(_jsbsim PRIVATE libJSBSim)
5858set_target_properties (_jsbsim PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${JSBSIM_TEST_PACKAGE_DIR} )
5959install (TARGETS _jsbsim DESTINATION jsbsim COMPONENT wheel)
6060install (FILES ${PROJECT_SOURCE_DIR} /python/__init__.py DESTINATION jsbsim COMPONENT wheel)
61- install (FILES ${PROJECT_SOURCE_DIR} /python/_jsbsim .pyi DESTINATION jsbsim COMPONENT wheel)
61+ install (FILES ${PROJECT_SOURCE_DIR} /python/__init__ .pyi DESTINATION jsbsim COMPONENT wheel)
6262install (PROGRAMS ${PROJECT_SOURCE_DIR} /python/JSBSim.py DESTINATION jsbsim
6363 RENAME script .py COMPONENT wheel)
6464
Original file line number Diff line number Diff line change 22#
33# pyxstubgen.py
44#
5- # Automatic generation of the JSBSim stub file `_jsbsim .pyi` from Cython's pyx file.
5+ # Automatic generation of the JSBSim stub file `* .pyi` from Cython's pyx file.
66#
77# Copyright (c) 2025 Bertrand Coconnier
88#
You can’t perform that action at this time.
0 commit comments