Skip to content

Commit 192db96

Browse files
committed
use pyproject
1 parent f044b59 commit 192db96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ ai-models = "ai_models.__main__:main"
6262

6363
[tool.setuptools_scm]
6464
version_file = "src/ai_models/_version.py"
65+
66+
[project.entry-points."ai_models.input"]
67+
file = "ai_models.inputs:FileInput"
68+
mars = "ai_models.inputs:MarsInput"
69+
cds = "ai_models.inputs:CdsInput"
70+
opendata = "ai_models.inputs:OpenDataInput"
71+
72+
[project.entry-points."ai_models.output"]
73+
file = "ai_models.outputs:FileOutput"
74+
none = "ai_models.outputs:NoneOutput"

0 commit comments

Comments
 (0)