From eb0c245b7fe1fa317cece8ef54e287e6cdb00029 Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Wed, 11 Mar 2026 20:44:19 +0100 Subject: [PATCH 1/3] Fix pyproject toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f054c6b7..e7c94c14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ authors = [ { name = "Max Blesch, Sebastian Gsell", email = "gsell.sebastian@gmail.com" } ] maintainers = [ - { name = "Max Blesch, Sebastian Gsell", email = "maximilian.blesch@hu-berlin.de" } + { name = "Max Blesch, Sebastian Gsell", email = "maxblesch@gmail.com" } ] [project.readme] @@ -74,6 +74,9 @@ source = "vcs" [tool.hatch.metadata] allow-direct-references = true +[tool.setuptools.package-data] +"dcegm" = ["templates/**/*"] + # ====================================================================================== # Misc configuration From ad17935d279cdeea93b425932b079c8f0d4aa12c Mon Sep 17 00:00:00 2001 From: MaxBlesch Date: Wed, 11 Mar 2026 20:47:35 +0100 Subject: [PATCH 2/3] cli --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e7c94c14..2253c822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,9 +74,17 @@ source = "vcs" [tool.hatch.metadata] allow-direct-references = true + +# ====================================================================================== +# Templates +# ====================================================================================== + [tool.setuptools.package-data] "dcegm" = ["templates/**/*"] +[project.scripts] +dcegm = "dcegm.cli:cli" + # ====================================================================================== # Misc configuration From b9e9ab3d53d0da550bebccf133efb399beb1ac7c Mon Sep 17 00:00:00 2001 From: MaxBlesch Date: Wed, 11 Mar 2026 20:48:56 +0100 Subject: [PATCH 3/3] cli --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2253c822..11e4da8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ requires-python = ">=3.10" dependencies = [ "numpy", "jax", + "upper-envelope" ] keywords = [ "Economics",