Skip to content

Commit

Permalink
Remove dev dependencies from test extra (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline authored Sep 1, 2024
1 parent fcb9691 commit 38ddc47
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,17 @@ classifiers = [
[project.scripts]
dbt-metabase = "dbtmetabase.__main__:cli"

[project.optional-dependencies]
test = [
[project.urls]
Homepage = "https://github.com/gouline/dbt-metabase"

[tool.setuptools]
packages = ["dbtmetabase"]

[tool.setuptools_scm]
version_file = "dbtmetabase/_version.py"

[tool.uv]
dev-dependencies = [
"build>=1.0.3",
"twine>=4.0.2",
"ruff>=0.5.5",
Expand All @@ -48,15 +57,6 @@ test = [
"types-PyYAML",
]

[project.urls]
Homepage = "https://github.com/gouline/dbt-metabase"

[tool.setuptools]
packages = ["dbtmetabase"]

[tool.setuptools_scm]
version_file = "dbtmetabase/_version.py"

[tool.mypy]
check_untyped_defs = true
ignore_missing_imports = true
Expand Down
34 changes: 19 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38ddc47

Please sign in to comment.