From e52123d4c96977af74ee98cd17a3396a9ba52ab6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petrus=20Hyv=C3=B6nen?= <petrus.hyvonen@sscspace.com>
Date: Tue, 11 Feb 2025 07:29:36 +0100
Subject: [PATCH] separate pyproject.toml for examples

---
 examples/pyproject.toml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 examples/pyproject.toml

diff --git a/examples/pyproject.toml b/examples/pyproject.toml
new file mode 100644
index 0000000..5c0fb5a
--- /dev/null
+++ b/examples/pyproject.toml
@@ -0,0 +1,20 @@
+                          [project]
+name = "orekit-jpype-example"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.10"
+dependencies = [
+    "ipython>=8.27.0",
+    "jupyterlab>=4.2.5",
+    "plotly>=5.24.0",
+    "orekitdata",
+    "numpy>=2.1.0",
+    "matplotlib>=3.9.2",
+    "cartopy>=0.23.0",
+    "orekit_jpype"
+]
+
+[tool.uv.sources]
+orekitdata = { git = "https://gitlab.orekit.org/orekit/orekit-data.git" }
+orekit_jpype = { workspace = true }
\ No newline at end of file
-- 
GitLab