|
@ -1,6 +1,6 @@ |
|
|
[project] |
|
|
[project] |
|
|
name = "fastsio" |
|
|
name = "fastsio" |
|
|
version = "0.0.0" |
|
|
version = "0.0.1" |
|
|
description = "light and typization Socket.IO server and client for Python" |
|
|
description = "light and typization Socket.IO server and client for Python" |
|
|
license = "MIT" |
|
|
license = "MIT" |
|
|
readme = "README.md" |
|
|
readme = "README.md" |
|
@ -16,7 +16,7 @@ authors = [ |
|
|
|
|
|
|
|
|
[tool.poetry] |
|
|
[tool.poetry] |
|
|
name = "fastsio" |
|
|
name = "fastsio" |
|
|
version = "0.0.0" |
|
|
version = "0.0.1" |
|
|
description = "light and typization Socket.IO server and client for Python" |
|
|
description = "light and typization Socket.IO server and client for Python" |
|
|
license = "MIT" |
|
|
license = "MIT" |
|
|
readme = "README.md" |
|
|
readme = "README.md" |
|
|