Skip to content

Commit

Permalink
move entrypoints to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Nov 29, 2023
1 parent 908f260 commit 6dc0e34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
requires = ["setuptools >= 40.6.0", "wheel >= 0.31"]
build-backend = "setuptools.build_meta"

[project.entry-points.'mara.commands']
pipelines = "mara_pipelines.cli.mara_pipelines
[tool.pytest.ini_options]
markers = [
"postgres_db",
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ test =
pytest-dependency
mara_app>=1.5.2
mara-db[postgres,mssql]

[options.entry_points]
mara.commands =
pipelines = mara_pipelines.cli.mara_pipelines

0 comments on commit 6dc0e34

Please sign in to comment.