Skip to content

Commit

Permalink
use pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 6, 2024
1 parent f044b59 commit 192db96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@ ai-models = "ai_models.__main__:main"

[tool.setuptools_scm]
version_file = "src/ai_models/_version.py"

[project.entry-points."ai_models.input"]
file = "ai_models.inputs:FileInput"
mars = "ai_models.inputs:MarsInput"
cds = "ai_models.inputs:CdsInput"
opendata = "ai_models.inputs:OpenDataInput"

[project.entry-points."ai_models.output"]
file = "ai_models.outputs:FileOutput"
none = "ai_models.outputs:NoneOutput"

0 comments on commit 192db96

Please sign in to comment.