File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description = "`dagster-ext` is a Meltano utility extension."
5
5
authors = [" Jules Huisman" ]
6
6
license = " Apache 2.0"
7
7
readme = " README.md"
8
+ homepage = " https://github.com/quantile-development/dagster-ext"
8
9
packages = [
9
10
{ include = " dagster_ext" },
10
11
{ include = " files_dagster_ext" },
@@ -40,11 +41,8 @@ pylint = "^2.15.3"
40
41
requires = [" poetry-core>=1.0.8" ]
41
42
build-backend = " poetry.core.masonry.api"
42
43
43
- [project .urls ]
44
- Homepage = " https://github.com/quantile-development/dagster-ext"
45
-
46
44
[tool .poetry .scripts ]
47
45
dagster_extension = ' dagster_ext.main:app'
48
46
dagster_invoker = ' dagster_ext.pass_through:pass_through_cli_dagster'
49
47
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'
You can’t perform that action at this time.
0 commit comments