File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ requires-python = ">=3.10"
99dependencies = [
1010 " numpy" ,
1111 " jax" ,
12+ " upper-envelope"
1213]
1314keywords = [
1415 " Economics" ,
@@ -36,7 +37,7 @@ authors = [
3637 { name = " Max Blesch, Sebastian Gsell" , email = " gsell.sebastian@gmail.com" }
3738]
3839maintainers = [
39- { name = " Max Blesch, Sebastian Gsell" , email = " maximilian.blesch@hu-berlin.de " }
40+ { name = " Max Blesch, Sebastian Gsell" , email = " maxblesch@gmail.com " }
4041]
4142
4243[project .readme ]
@@ -75,6 +76,17 @@ source = "vcs"
7576allow-direct-references = true
7677
7778
79+ # ======================================================================================
80+ # Templates
81+ # ======================================================================================
82+
83+ [tool .setuptools .package-data ]
84+ "dcegm" = [" templates/**/*" ]
85+
86+ [project .scripts ]
87+ dcegm = " dcegm.cli:cli"
88+
89+
7890# ======================================================================================
7991# Misc configuration
8092# ======================================================================================
You can’t perform that action at this time.
0 commit comments