diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb8dd4f4..7e67e146 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,6 @@ on: branches: - master pull_request: - branches: - - master jobs: lint: diff --git a/pyproject.toml b/pyproject.toml index 1b5f8423..6c7b0a75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,5 +140,8 @@ build-backend = "hatchling.build" [tool.hatch.metadata] allow-direct-references = true +[tool.hatch.build.targets.sdist] +include = ["app", "local_data", "migrations", "templates"] + [tool.hatch.build.targets.wheel] -packages = ["src/tmp"] \ No newline at end of file +packages = ["app", "local_data", "migrations", "templates"] \ No newline at end of file