From 9d39743b114582f8e1dec7a4eb601b2bd29f309d Mon Sep 17 00:00:00 2001 From: Konstantin Ponomarev Date: Wed, 13 Aug 2025 17:34:39 +0300 Subject: [PATCH] fix: tox --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3aa7895..cecad94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,18 @@ [project] +name = "fastsio" version = "0.0.0" +description = "light and typization Socket.IO server and client for Python" +license = "MIT" +readme = "README.md" +homepage = "https://github.com/cicwak/fastsio" +repository = "https://github.com/cicwak/fastsio" +packages = [ + { include = "fastsio", from = "src" }, +] +authors = [ + "Miguel Grinberg ", + "Konstantin Ponomarev ", +] [tool.poetry] name = "fastsio"