| # SPDX-FileCopyrightText: StorPool <support@storpool.com> |
| # SPDX-License-Identifier: BSD-2-Clause |
| "hatch-requirements-txt >= 0.3, < 0.5", |
| build-backend = "hatchling.build" |
| description = "Functional tests for the git-if-needed tool" |
| requires-python = ">= 3.8" |
| email = "support@storpool.com" |
| gifn_apply = "gifn_apply.__main__:main" |
| [tool.hatch.build.targets.wheel] |
| packages = ["src/gifn_apply"] |
| path = "src/gifn_apply/defs.py" |
| stages = ["@check and @quick and not @manual", "@check and not @manual", "@tests and not @manual"] |