diff --git a/pyproject.toml b/pyproject.toml
index af3e8de13bc5cf5c41cfdcca31ee1dba0fb440a8..b1e4ba2673f2bd68c5a0280e8f2a53a5552f730b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -128,3 +128,6 @@ packages = ["declearn"]
 
 [tool.setuptools.package-data]
 declearn = ["py.typed"]
+
+[project.scripts]
+declearn-quickrun = "declearn.quickrun.run:main"
\ No newline at end of file