From dd6c6755c94d5fc3ba1000eced3a7b40ce2d6f67 Mon Sep 17 00:00:00 2001 From: itqop Date: Sat, 18 Oct 2025 17:02:32 +0300 Subject: [PATCH] release: v 0.1 release --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 792aef1..ca30863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ name = "hubgw" version = "0.1.0" description = "FastAPI Gateway for HubMC" authors = ["itqop "] -readme = "README.md" packages = [ {include = "hubgw", from = "src"} ]