From 5a85b40a3ccb7eac3f56558eba23d02a9491801e Mon Sep 17 00:00:00 2001 From: Derek Brinkmann Date: Fri, 14 Jul 2023 12:05:31 -0400 Subject: [PATCH] Syntax fix for pyproject.toml --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4845b8..b0bce40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,15 +8,15 @@ authors = [ {name = "Derek Brinkmann", email = "derek@clockworklabs.io"}, ] -# urls -# Should describe where to find useful info for your project -[project.urls] -homepage = "https://spacetimedb.com" -repository = "https://github.com/clockworklabs/spacetimedb-python-sdk" - dependencies = [ "websocket-client", "configparser", ] version = "0.5.0.1" -readme = "README.md" \ No newline at end of file +readme = "README.md" + +# urls +# Should describe where to find useful info for your project +[project.urls] +homepage = "https://spacetimedb.com" +repository = "https://github.com/clockworklabs/spacetimedb-python-sdk" \ No newline at end of file