Skip to content

Commit d5ac5e6

Browse files
committed
Fix the name of the stub file.
1 parent d4f41e0 commit d5ac5e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ target_link_libraries(_jsbsim PRIVATE libJSBSim)
5858
set_target_properties(_jsbsim PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${JSBSIM_TEST_PACKAGE_DIR})
5959
install(TARGETS _jsbsim DESTINATION jsbsim COMPONENT wheel)
6060
install(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)
6262
install(PROGRAMS ${PROJECT_SOURCE_DIR}/python/JSBSim.py DESTINATION jsbsim
6363
RENAME script.py COMPONENT wheel)
6464

python/pyxstubgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#

0 commit comments

Comments
 (0)