Skip to content

Commit a312d22

Browse files
committedJun 4, 2021
reapplied cli entry point
1 parent 651b5ac commit a312d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ sphinx = "^3.5.4"
6969
sphinx-book-theme = "^0.1.0"
7070

7171
[tool.poetry.scripts]
72-
run-mdpp-experiments = "mdp_playground.scripts.run_experiments:main"
72+
run-mdpp-experiments = "mdp_playground.scripts.run_experiments:cli"
7373

7474
[build-system]
7575
requires = ["poetry-core>=1.0.0"]

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
entry_points={
8585
'console_scripts': """
86-
run-mdpp-experiments = mdp_playground.scripts.run_experiments:main
86+
run-mdpp-experiments = mdp_playground.scripts.run_experiments:cli
8787
"""
8888
}
8989
)

0 commit comments

Comments
 (0)
Please sign in to comment.