summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5c6435d..ec332f1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ dev = [
]
[project.scripts]
-regflow = "domain_manager:main"
+regflow = "regflow.domain_manager:main"
[tool.hatch.build.targets.wheel]
-packages = ["."] \ No newline at end of file
+packages = ["regflow"] \ No newline at end of file