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 f1241ba commit 6bafb9dCopy full SHA for 6bafb9d
pyproject.toml
@@ -19,6 +19,10 @@ pytest = "^7.1.2"
19
mypy = "^0.950"
20
black = "^22.3.0"
21
22
+[tool.poetry.urls]
23
+"Homepage" = "https://github.com/databricks/databricks-sql-python"
24
+"Bug Tracker" = "https://github.com/databricks/databricks-sql-python/issues"
25
+
26
[build-system]
27
requires = ["poetry-core>=1.0.0"]
28
build-backend = "poetry.core.masonry.api"
0 commit comments