Skip to content
Snippets Groups Projects
Commit 8545bedd authored by Clément Jonglez's avatar Clément Jonglez
Browse files

pyproject.toml: add stubs packages

parent 6ebfad94
No related branches found
No related tags found
1 merge request!9Minor improvements for release process
Pipeline #5654 passed
...@@ -49,3 +49,12 @@ testpaths = [ ...@@ -49,3 +49,12 @@ testpaths = [
[project.entry-points.pyinstaller40] [project.entry-points.pyinstaller40]
"hook-dirs" = "orekit_jpype._pyinstaller.entry_points:get_hook_dirs" "hook-dirs" = "orekit_jpype._pyinstaller.entry_points:get_hook_dirs"
"tests" = "orekit_jpype._pyinstaller.entry_points:get_PyInstaller_tests" "tests" = "orekit_jpype._pyinstaller.entry_points:get_PyInstaller_tests"
[tool.hatch.build.targets.wheel]
# Hatch allows installing multiple packages: https://hatch.pypa.io/1.12/config/build/#packages
packages = [
"orekit_jpype",
"java-stubs", # stub-only package for the corresponding Java package https://peps.python.org/pep-0561/#stub-only-packages
"jpype-stubs", # stub-only package for the corresponding Java package https://peps.python.org/pep-0561/#stub-only-packages
"org-stubs" # stub-only package for the corresponding Java package https://peps.python.org/pep-0561/#stub-only-packages
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment