summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-11 22:48:38 -0500
committerChristian Cleberg <[email protected]>2026-04-11 22:48:38 -0500
commite27bbe17fd5d8f06fc3ccb4a8de97a0775a1439c (patch)
tree7ce854d65009decbe8631175f233f3b2c9df6373 /pyproject.toml
parent533866679755bd6e7a97cfa0f050eaa832b0b373 (diff)
downloadhutch-stats-e27bbe17fd5d8f06fc3ccb4a8de97a0775a1439c.tar.gz
hutch-stats-e27bbe17fd5d8f06fc3ccb4a8de97a0775a1439c.tar.bz2
hutch-stats-e27bbe17fd5d8f06fc3ccb4a8de97a0775a1439c.zip
add durable actor queueing and staggered discovery imports
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8eb5497..4030ab0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,9 @@ dev = [
"pytest>=8.2,<9.0",
]
+[project.scripts]
+srht-enqueue-actors = "srht_contrib.scripts.enqueue_actors:main"
+
[tool.setuptools]
package-dir = {"" = "src"}