We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651b5ac commit a312d22Copy full SHA for a312d22
pyproject.toml
@@ -69,7 +69,7 @@ sphinx = "^3.5.4"
69
sphinx-book-theme = "^0.1.0"
70
71
[tool.poetry.scripts]
72
-run-mdpp-experiments = "mdp_playground.scripts.run_experiments:main"
+run-mdpp-experiments = "mdp_playground.scripts.run_experiments:cli"
73
74
[build-system]
75
requires = ["poetry-core>=1.0.0"]
setup.py
@@ -83,7 +83,7 @@
83
84
entry_points={
85
'console_scripts': """
86
- run-mdpp-experiments = mdp_playground.scripts.run_experiments:main
+ run-mdpp-experiments = mdp_playground.scripts.run_experiments:cli
87
"""
88
}
89
)
0 commit comments