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 8fae2a9 commit a49072eCopy full SHA for a49072e
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