diff --git a/scripts/merge.py b/pylaprof/scripts/merge.py similarity index 100% rename from scripts/merge.py rename to pylaprof/scripts/merge.py diff --git a/pyproject.toml b/pyproject.toml index fe057e0..049aeae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ boto3 = "^1.20.6" moto = {extras = ["s3"], version = "^2.2.15"} [tool.poetry.scripts] -pylaprof-merge = "scripts.merge:main" +pylaprof-merge = "pylaprof.scripts.merge:main" [tool.coverage.run] branch = true