diff --git a/pyproject.toml b/pyproject.toml index 412b125..c88a361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,9 @@ style = ["ruff {args:.}", "black --check --diff {args:.}"] fmt = ["black {args:.}", "ruff --fix {args:.}", "style"] all = ["style", "typing"] +[tool.hatch.publish.index.repos.private] +url = "https://gitea.sebastian-tobie.de/api/packages/sebastian/pypi" + [tool.black] target-version = ["py37"] line-length = 120