From 9b288dec20c6c083cf175326f1e4fe5c691e353d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Wed, 18 Sep 2024 02:33:36 +0200 Subject: [PATCH] bad merge --- moshi/moshi/server.py | 2 +- moshi/pyproject.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/moshi/moshi/server.py b/moshi/moshi/server.py index a67a332..f7c4d0b 100644 --- a/moshi/moshi/server.py +++ b/moshi/moshi/server.py @@ -247,7 +247,7 @@ async def handle_root(_): if setup_tunnel is not None: tunnel = setup_tunnel('localhost', args.port, tunnel_token, None) log("info", f"Tunnel started, if executing on a remote GPU, you can use {tunnel}.") - log("info", f"Note that this tunnel goes through the US and you might experience high latency in Europe.") + log("info", "Note that this tunnel goes through the US and you might experience high latency in Europe.") web.run_app(app, port=args.port) diff --git a/moshi/pyproject.toml b/moshi/pyproject.toml index e0da712..d5b7578 100644 --- a/moshi/pyproject.toml +++ b/moshi/pyproject.toml @@ -25,9 +25,6 @@ version = {attr = "moshi.__version__"} requires = ["setuptools"] build-backend = "setuptools.build_meta" -[tool.setuptools.dynamic] -version = {attr = "moshi.__version__"} - [project.optional-dependencies] dev = [ "pyright",