Skip to content

Commit 3cdb80f

Browse files
author
Robert Chu
committed
Adding missing script_runner.api module.
1 parent 936ddc3 commit 3cdb80f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
setup(
55
name="script_runner",
6-
packages=["script_runner"],
6+
packages=[
7+
"script_runner",
8+
"script_runner.api",
9+
],
710
scripts=["script_runner/main.py"],
811
version=os.environ.get("SCRIPT_RUNNER_VERSION", "latest"),
912
license="MIT",

0 commit comments

Comments
 (0)