Browse Source

fix: tox

pull/1486/head
Konstantin Ponomarev 1 week ago
parent
commit
9d39743b11
  1. 13
      pyproject.toml

13
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 <miguel.grinberg@gmail.com>",
"Konstantin Ponomarev <cicwak@gmail.com>",
]
[tool.poetry]
name = "fastsio"

Loading…
Cancel
Save