Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic committed Mar 5, 2024
1 parent 3c80bf2 commit b790521
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "databricks-labs-blueprint"
name = "databricks-labs-discoverx"
dynamic = ["version"]
description = 'Common libraries for Databricks Labs'
readme = "README.md"
Expand All @@ -20,8 +20,8 @@ dependencies = ["databricks-sdk>=0.16.0"]
yaml = ["PyYAML>=6.0.0,<7.0.0"]

[project.urls]
Issues = "https://github.com/databrickslabs/blueprint/issues"
Source = "https://github.com/databrickslabs/blueprint"
Issues = "https://github.com/databrickslabs/discoverx/issues"
Source = "https://github.com/databrickslabs/discoverx"

[build-system]
requires = ["hatchling"]
Expand All @@ -32,11 +32,11 @@ sources = ["src"]
include = ["src"]

[tool.hatch.version]
path = "src/databricks/labs/blueprint/__about__.py"
path = "src/databricks/labs/discoverx/__about__.py"

[tool.hatch.envs.default]
dependencies = [
"databricks-labs-blueprint[yaml]",
"databricks-labs-discoverx[yaml]",
"coverage[toml]>=6.5",
"pytest",
"pylint",
Expand Down Expand Up @@ -89,14 +89,14 @@ target-version = "py310"
line-length = 120

[tool.ruff.isort]
known-first-party = ["databricks.labs.blueprint"]
known-first-party = ["databricks.labs.discoverx"]

[tool.coverage.run]
branch = true
parallel = true

[tool.coverage.report]
omit = ["*/working-copy/*", 'src/databricks/labs/blueprint/__main__.py']
omit = ["*/working-copy/*", 'src/databricks/labs/discoverx/__main__.py']
exclude_lines = [
"no cov",
"if __name__ == .__main__.:",
Expand Down

0 comments on commit b790521

Please sign in to comment.