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