Skip to content

Commit

Permalink
chore: add hatch sdist target
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 16, 2024
1 parent a831b5e commit 86e4300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/airflow_serde_polars", "src/airflow/serialization/serializers"]

[tool.hatch.build.targets.sdist]
include = ["src/airflow_serde_polars", "src/airflow/serialization/serializers"]

[tool.pytest.ini_options]
addopts = "-m 'not airflow'"
markers = [
Expand Down

0 comments on commit 86e4300

Please sign in to comment.