@@ -38,7 +38,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
3838[tool .poetry ]
3939authors = [
" Christoph Schueler <[email protected] >" ]
4040name = " pyxcp"
41- version = " 0.25.2 "
41+ version = " 0.25.3 "
4242readme = " docs/README.rst"
4343description = " Universal Calibration Protocol for Python"
4444keywords = [" automotive" , " ecu" , " xcp" , " asam" , " autosar" ]
@@ -63,6 +63,9 @@ include = [
6363 { path = " pyxcp/daq_stim/*.pyd" , format = " wheel" },
6464 { path = " pyxcp/recorder/*.so" , format = " wheel" },
6565 { path = " pyxcp/recorder/*.pyd" , format = " wheel" },
66+ { path = " pyxcp/transport/*.so" , format = " wheel" },
67+ { path = " pyxcp/transport/*.pyd" , format = " wheel" },
68+ { path = " pyxcp/*.exe" , format = " wheel" },
6669 { path = " pyxcp/*.exe" , format = " wheel" },
6770 { path = " CMakeLists.txt" , format = " sdist" },
6871
@@ -72,6 +75,8 @@ include = [
7275 { path = " pyxcp/daq_stim/*cpp" , format = " sdist" },
7376 { path = " pyxcp/recorder/*hpp" , format = " sdist" },
7477 { path = " pyxcp/recorder/*cpp" , format = " sdist" },
78+ { path = " pyxcp/transport/*hpp" , format = " sdist" },
79+ { path = " pyxcp/transport/*cpp" , format = " sdist" },
7580]
7681
7782[tool .poetry .dependencies ]
0 commit comments