Skip to content
Snippets Groups Projects
Commit d7fd5f4b authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Improved uv support

parent 81b5375c
No related branches found
No related tags found
1 merge request!26Update to jpype 1.5.2 and minor logging on render stubs script
Pipeline #7641 failed
......@@ -61,3 +61,17 @@ 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
]
[tool.uv]
dev-dependencies = [
"pytest",
"coverage",
"pytest-cov"
]
[tool.uv.workspace]
members = ["examples"]
# Use local orekit-jpype for this workspace
[tool.uv.sources]
orekit-jpype = { workspace = true }
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