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"