From d390eb137012ba2a99ee2f02e0531c2201099e8c Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sat, 25 Nov 2023 13:34:37 +0100 Subject: [PATCH] added some upload info --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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