Skip to content

Commit

Permalink
Merge pull request #13 from edgarrmondragon/pyproject-homepage
Browse files Browse the repository at this point in the history
Use `tool.poetry.homepage` instead of PEP 621 `project.urls`
  • Loading branch information
JulesHuisman authored Aug 30, 2024
2 parents 19d9ebc + ebefac0 commit d561020
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "`dagster-ext` is a Meltano utility extension."
authors = ["Jules Huisman"]
license = "Apache 2.0"
readme = "README.md"
homepage = "https://github.com/quantile-development/dagster-ext"
packages = [
{ include = "dagster_ext" },
{ include = "files_dagster_ext" },
Expand Down Expand Up @@ -40,11 +41,8 @@ pylint = "^2.15.3"
requires = ["poetry-core>=1.0.8"]
build-backend = "poetry.core.masonry.api"

[project.urls]
Homepage = "https://github.com/quantile-development/dagster-ext"

[tool.poetry.scripts]
dagster_extension = 'dagster_ext.main:app'
dagster_invoker = 'dagster_ext.pass_through:pass_through_cli_dagster'
dagit_invoker = 'dagster_ext.pass_through:pass_through_cli_dagit'
cloud_invoker = 'dagster_ext.pass_through:pass_through_cli_cloud'
cloud_invoker = 'dagster_ext.pass_through:pass_through_cli_cloud'

0 comments on commit d561020

Please sign in to comment.