Skip to content

Commit 7d7af99

Browse files
segsellMaxBlesch
andauthored
New release (#195)
Co-authored-by: MaxBlesch <maximilianblesch@web.de>
1 parent a88c54e commit 7d7af99

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ requires-python = ">=3.10"
99
dependencies = [
1010
"numpy",
1111
"jax",
12+
"upper-envelope"
1213
]
1314
keywords = [
1415
"Economics",
@@ -36,7 +37,7 @@ authors = [
3637
{ name = "Max Blesch, Sebastian Gsell", email = "gsell.sebastian@gmail.com" }
3738
]
3839
maintainers = [
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"
7576
allow-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
# ======================================================================================

0 commit comments

Comments
 (0)