From b816a7766a4cdd7628e5eb9dc3b4c97726e9ed14 Mon Sep 17 00:00:00 2001 From: "Nick V. Anokhin" Date: Sat, 11 Jul 2026 23:15:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B8=D0=B7=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20Wheel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7456738..8d203fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "drf-rack" +name = "drf-rack" version = "0.1.0" description = "DRF Rack library for xeaf.net" readme = "README.md" @@ -8,7 +8,7 @@ authors = [{name = "Nick V. Anokhin", email = "n.anokhin@xeaf.net"}] classifiers = [ "License :: OSI Approved :: MIT License", ] -dependencies = [ +dependencies = [ "boto3", "concurrent-log-handler", "django", @@ -33,13 +33,14 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["net"] +exclude = ["net/**/tests"] # ---- НАСТРОЙКА ДЛЯ ПУБЛИКАЦИИ В GITEA ---- [[tool.uv.index]] name = "xeaf-public" -url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/simple/" -publish-url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/" +url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/simple/" +publish-url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/" explicit = true [tool.uv.sources]