1 changed files with 13 additions and 0 deletions
@ -1,5 +1,18 @@ |
|||||
[project] |
[project] |
||||
|
name = "fastsio" |
||||
version = "0.0.0" |
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 <[email protected]>", |
||||
|
"Konstantin Ponomarev <[email protected]>", |
||||
|
] |
||||
|
|
||||
[tool.poetry] |
[tool.poetry] |
||||
name = "fastsio" |
name = "fastsio" |
||||
|
Loading…
Reference in new issue