We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d7cfc commit 169f522Copy full SHA for 169f522
pyproject.toml
@@ -48,9 +48,13 @@ tests = 'test_scripts:run_tests'
48
[tool.uv.sources]
49
unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }
50
51
-[tool.pytest.ini_options]
52
-asyncio_mode = "auto"
53
-
54
[build-system]
55
-requires = ["poetry-core>=1.0.0"]
56
-build-backend = "poetry.core.masonry.api"
+requires = ["uv_build>=0.8.3,<0.9.0"]
+build-backend = "uv_build"
+
+[tool.uv.build-backend]
+module-name = "supabase"
57
+module-root = ""
58
59
+[tool.pytest.ini_options]
60
+asyncio_mode = "auto"
0 commit comments