Skip to content

Commit

Permalink
fix: license, build-system (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored Feb 11, 2025
1 parent 5d95b65 commit 96e9a50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions libraries/dagster-delta-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
{name = "Ion Koutsouris", email = "[email protected]"},
{name = "Stefan Verbruggen", email = "[email protected]"}
]
license = { file = "licenses/LICENSE" }
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
Expand All @@ -29,10 +29,8 @@ lakefs = [
]

[build-system]
requires = ["setuptools", "wheel"]

[tool.setuptools]
packages = ["dagster_delta_polars", "dagster_delta_polars.lakefs_io"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.pyright]

Expand Down
8 changes: 3 additions & 5 deletions libraries/dagster-delta/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"pendulum>=3.0.0",
]
authors = [{name = "Ion Koutsouris"}]
license = { file = "licenses/LICENSE" }
license-files = ["LICENSE", "licenses/elementl LICENSE"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
Expand All @@ -26,10 +26,8 @@ polars = [
]

[build-system]
requires = ["setuptools", "wheel"]

[tool.setuptools]
packages = ["dagster_delta"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.pyright]

Expand Down
8 changes: 3 additions & 5 deletions libraries/dagster-unity-catalog-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = [
{name = "Ion Koutsouris", email = "[email protected]"},
{name = "Stefan Verbruggen", email = "[email protected]"}
]
license = { file = "licenses/LICENSE" }
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
Expand All @@ -27,10 +27,8 @@ classifiers = [
keywords = ["dagster", "polars", "io manager", "databricks", "unity catalog"]

[build-system]
requires = ["setuptools", "wheel"]

[tool.setuptools]
packages = ["dagster_unity_catalog_polars"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.pyright]

Expand Down

0 comments on commit 96e9a50

Please sign in to comment.