From a9555661fdc225570ef7288e205097adfb6a876f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space> Date: Wed, 20 Mar 2024 19:39:58 +0100 Subject: [PATCH] pyproject.toml: keep name as orekit_jpype, but imports will use orekit --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fa32798..db5b5ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,3 +42,5 @@ tests = [ [pytest] testpaths = "test" +[tool.hatch.build.targets.wheel] +packages = ["orekit"] \ No newline at end of file -- GitLab