Skip to content

Commit

Permalink
adds urls to the pyproject.toml (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Dec 9, 2024
1 parent 7c91109 commit 98d37b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ packages = [
{ include = "oso_dagster", from = "warehouse/" },
{ include = "metrics_tools", from = "warehouse/" },
]
repository = "https://github.com/opensource-observer/oso"
homepage = "https://opensource.observer"
documentation = "https://docs.opensource.observer/"


[tool.poetry.dependencies]
python = "^3.12,<3.13"
Expand Down Expand Up @@ -114,7 +118,7 @@ ignore = [
"warehouse/meltano-setup",
"warehouse/oso_lets_go",
"warehouse/oso_dagster/dlt_sources/sql_database",
"scripts/dbt_doc_gen"
"scripts/dbt_doc_gen",
]

[tool.ruff]
Expand Down

0 comments on commit 98d37b5

Please sign in to comment.