Skip to content

Commit ebefac0

Browse files
Use tool.poetry.homepage instead of PEP 621 project.urls
1 parent 19d9ebc commit ebefac0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "`dagster-ext` is a Meltano utility extension."
55
authors = ["Jules Huisman"]
66
license = "Apache 2.0"
77
readme = "README.md"
8+
homepage = "https://github.com/quantile-development/dagster-ext"
89
packages = [
910
{ include = "dagster_ext" },
1011
{ include = "files_dagster_ext" },
@@ -40,11 +41,8 @@ pylint = "^2.15.3"
4041
requires = ["poetry-core>=1.0.8"]
4142
build-backend = "poetry.core.masonry.api"
4243

43-
[project.urls]
44-
Homepage = "https://github.com/quantile-development/dagster-ext"
45-
4644
[tool.poetry.scripts]
4745
dagster_extension = 'dagster_ext.main:app'
4846
dagster_invoker = 'dagster_ext.pass_through:pass_through_cli_dagster'
4947
dagit_invoker = 'dagster_ext.pass_through:pass_through_cli_dagit'
50-
cloud_invoker = 'dagster_ext.pass_through:pass_through_cli_cloud'
48+
cloud_invoker = 'dagster_ext.pass_through:pass_through_cli_cloud'

0 commit comments

Comments
 (0)