diff options
| author | Yuval Adam <_@yuv.al> | 2025-07-18 20:17:48 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-07-18 20:17:48 +0200 |
| commit | e6eb7ef34a06ece633c5dc961572694d49a46548 (patch) | |
| tree | d3c879a11002daa056893df40facdb98d79ac829 /pyproject.toml | |
| parent | dd49c94bd313b3e77385bcdb9e911f7f2989a5ff (diff) | |
restructure
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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 |
