[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "colab-tunnel" version = "1.1.0" description = "Утилиты для туннелирования веб-интерфейсов в Google Colab" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } dependencies = [ "requests>=2.32.4", ] [project.optional-dependencies] dev = [ "pytest>=7.0", "pytest-timeout", ] [tool.setuptools.packages.find] include = ["colab_tunnel*"] [tool.pytest.ini_options] testpaths = ["tests"] timeout = 30